SqlActionComponent

slick.sql.SqlActionComponent

Attributes

Source
SqlProfile.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait DB2Profile
object DB2Profile.type
trait DerbyProfile
object DerbyProfile.type
trait H2Profile
object H2Profile.type
object HsqldbProfile.type
trait MySQLProfile
object MySQLProfile.type
object PostgresProfile.type
object SQLServerProfile.type
object SQLiteProfile.type
object OracleProfile.type
trait JdbcProfile
trait SqlProfile
Show all
Self type

Members list

Type members

Inherited classlikes

Attributes

Inherited from:
RelationalActionComponent
Source
RelationalProfile.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Types

type ProfileAction[+R, +S <: NoStream, -E <: Effect] <: SqlAction[R, S, E]

Attributes

Source
SqlProfile.scala
type StreamingProfileAction[+R, +T, -E <: Effect] <: SqlStreamingAction[R, T, E] & ProfileAction[R, Streaming[T], E]

Attributes

Source
SqlProfile.scala

Value members