RelationalActionComponent
slick.relational.RelationalActionComponent
trait RelationalActionComponent extends BasicActionComponent
Attributes
- Source
- RelationalProfile.scala
- Graph
-
- Supertypes
- Known subtypes
-
trait RelationalProfiletrait MemoryProfileobject MemoryProfile.typetrait SqlProfiletrait JdbcProfiletrait DB2Profileobject DB2Profile.typetrait DerbyProfileobject DerbyProfile.typetrait H2Profileobject H2Profile.typetrait HsqldbProfileobject HsqldbProfile.typetrait MySQLProfileobject MySQLProfile.typetrait OracleProfileobject OracleProfile.typetrait PostgresProfileobject PostgresProfile.typetrait SQLServerProfileobject SQLServerProfile.typetrait SQLiteProfileobject SQLiteProfile.typetrait SqlActionComponenttrait JdbcActionComponenttrait OneRowPerStatementOnlyShow all
- Self type
Members list
Type members
Classlikes
Attributes
- Source
- RelationalProfile.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait SimpleInsertActionComposer[U]trait InsertActionComposer[U]trait CountingInsertActionComposer[U]Show all
Attributes
- Source
- RelationalProfile.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
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
-
Inherited types
Attributes
- Inherited from:
- BasicActionComponent
- Source
- BasicProfile.scala
Attributes
- Inherited from:
- BasicActionComponent
- Source
- BasicProfile.scala
type StreamingProfileAction[+R, +T, -E <: Effect] <: BasicStreamingAction[R, T, E] & ProfileAction[R, Streaming[T], E]
Attributes
- Inherited from:
- BasicActionComponent
- Source
- BasicProfile.scala
type StreamingQueryActionExtensionMethods[R, T] <: BasicStreamingQueryActionExtensionMethodsImpl[R, T]
Attributes
- Inherited from:
- BasicActionComponent
- Source
- BasicProfile.scala
Value members
Abstract methods
Attributes
- Source
- RelationalProfile.scala
Attributes
- Source
- RelationalProfile.scala
Inherited methods
def createQueryActionExtensionMethods[R, S <: NoStream](tree: Node, param: Any): QueryActionExtensionMethods[R, S]
Attributes
- Inherited from:
- BasicActionComponent
- Source
- BasicProfile.scala
def createStreamingQueryActionExtensionMethods[R, T](tree: Node, param: Any): StreamingQueryActionExtensionMethods[R, T]
Attributes
- Inherited from:
- BasicActionComponent
- Source
- BasicProfile.scala
In this article