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. abstract type ProfileAction[+R, +S <: NoStream, -E <: Effect] <: BasicAction[R, S, E]
  2. abstract type QueryActionExtensionMethods[R, S <: NoStream] <: BasicProfile.QueryActionExtensionMethodsImpl[R, S]
  3. trait QueryActionExtensionMethodsImpl[R, S <: NoStream] extends AnyRef
  4. abstract type StreamingProfileAction[+R, +T, -E <: Effect] <: BasicStreamingAction[R, T, E] with BasicProfile.ProfileAction[R, Streaming[T], E]
  5. abstract type StreamingQueryActionExtensionMethods[R, T] <: BasicProfile.StreamingQueryActionExtensionMethodsImpl[R, T]
  6. trait StreamingQueryActionExtensionMethodsImpl[R, T] extends BasicProfile.QueryActionExtensionMethodsImpl[R, Streaming[T]]

Deprecated Type Members

  1. final type DriverAction[+R, +S <: NoStream, -E <: Effect] = BasicProfile.ProfileAction[R, S, E]
    Annotations
    @deprecated
    Deprecated

    (Since version 3.2) Use ProfileAction instead of DriverAction

  2. final type StreamingDriverAction[+R, +T, -E <: Effect] = BasicProfile.StreamingProfileAction[R, T, E]
    Annotations
    @deprecated
    Deprecated

    (Since version 3.2) Use StreamingProfileAction instead of StreamingDriverAction

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]