Packages

t

slick.basic

BasicActionComponent

trait BasicActionComponent extends AnyRef

Self Type
BasicProfile
Source
BasicProfile.scala
Linear Supertypes
AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BasicActionComponent
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait BasicQueryActionExtensionMethodsImpl[R, S <: NoStream] extends AnyRef
  2. trait BasicStreamingQueryActionExtensionMethodsImpl[R, T] extends BasicProfile.BasicQueryActionExtensionMethodsImpl[R, Streaming[T]]
  3. abstract type ProfileAction[+R, +S <: NoStream, -E <: Effect] <: BasicAction[R, S, E]
  4. abstract type QueryActionExtensionMethods[R, S <: NoStream] <: BasicProfile.BasicQueryActionExtensionMethodsImpl[R, S]
  5. abstract type StreamingProfileAction[+R, +T, -E <: Effect] <: BasicStreamingAction[R, T, E] with BasicProfile.ProfileAction[R, Streaming[T], E]
  6. abstract type StreamingQueryActionExtensionMethods[R, T] <: BasicProfile.BasicStreamingQueryActionExtensionMethodsImpl[R, T]

Abstract Value Members

  1. abstract def createQueryActionExtensionMethods[R, S <: NoStream](tree: Node, param: Any): BasicProfile.QueryActionExtensionMethods[R, S]
  2. abstract def createStreamingQueryActionExtensionMethods[R, T](tree: Node, param: Any): BasicProfile.StreamingQueryActionExtensionMethods[R, T]