SqlActionComponent
slick.sql.SqlActionComponent
trait SqlActionComponent extends RelationalActionComponent
Attributes
- Source
- SqlProfile.scala
- Graph
-
- Supertypes
- Known subtypes
-
trait JdbcActionComponenttrait DB2Profileobject DB2Profile.typetrait DerbyProfileobject DerbyProfile.typetrait H2Profileobject H2Profile.typetrait HsqldbProfileobject HsqldbProfile.typetrait MySQLProfileobject MySQLProfile.typetrait PostgresProfileobject PostgresProfile.typetrait SQLServerProfileobject SQLServerProfile.typetrait SQLiteProfileobject SQLiteProfile.typetrait OneRowPerStatementOnlyobject OracleProfile.typetrait JdbcProfiletrait OracleProfiletrait SqlProfileShow all
- Self type
Members list
Type members
Inherited classlikes
Attributes
- Inherited from:
- BasicActionComponent
- Source
- BasicProfile.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
Show all
trait BasicStreamingQueryActionExtensionMethodsImpl[R, T] extends BasicQueryActionExtensionMethodsImpl[R, Streaming[T]]
Attributes
- Inherited from:
- BasicActionComponent
- Source
- BasicProfile.scala
- Supertypes
- Known subtypes
-
Attributes
- Inherited from:
- RelationalActionComponent
- Source
- RelationalProfile.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait SimpleInsertActionComposer[U]trait InsertActionComposer[U]trait CountingInsertActionComposer[U]Show all
Attributes
- Inherited from:
- RelationalActionComponent
- Source
- RelationalProfile.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Types
Attributes
- Source
- SqlProfile.scala
type StreamingProfileAction[+R, +T, -E <: Effect] <: SqlStreamingAction[R, T, E] & ProfileAction[R, Streaming[T], E]
Attributes
- Source
- SqlProfile.scala
Inherited types
Attributes
- Inherited from:
- RelationalActionComponent
- Source
- RelationalProfile.scala
Attributes
- Inherited from:
- BasicActionComponent
- Source
- BasicProfile.scala
Attributes
- Inherited from:
- RelationalActionComponent
- Source
- RelationalProfile.scala
type StreamingQueryActionExtensionMethods[R, T] <: BasicStreamingQueryActionExtensionMethodsImpl[R, T]
Attributes
- Inherited from:
- BasicActionComponent
- Source
- BasicProfile.scala
Value members
Inherited methods
Attributes
- Inherited from:
- RelationalActionComponent
- Source
- RelationalProfile.scala
def createQueryActionExtensionMethods[R, S <: NoStream](tree: Node, param: Any): QueryActionExtensionMethods[R, S]
Attributes
- Inherited from:
- BasicActionComponent
- Source
- BasicProfile.scala
Attributes
- Inherited from:
- RelationalActionComponent
- Source
- RelationalProfile.scala
def createStreamingQueryActionExtensionMethods[R, T](tree: Node, param: Any): StreamingQueryActionExtensionMethods[R, T]
Attributes
- Inherited from:
- BasicActionComponent
- Source
- BasicProfile.scala
In this article