slick.sql

package slick.sql

Contains the abstract SqlProfile and related code.

Attributes

Members list

Type members

Classlikes

trait FixedSqlAction[+R, +S <: NoStream, -E <: Effect] extends SqlAction[R, S, E]

Attributes

Source
SqlProfile.scala
Supertypes
trait SqlAction[R, S, E]
trait BasicAction[R, S, E]
trait DatabaseAction[R, S, E]
trait DBIOAction[R, S, E]
trait Dumpable
class Object
trait Matchable
class Any
Show all
Known subtypes
trait FixedSqlStreamingAction[+R, +T, -E <: Effect] extends SqlStreamingAction[R, T, E], FixedSqlAction[R, Streaming[T], E]

Attributes

Source
SqlProfile.scala
Supertypes
trait FixedSqlAction[R, Streaming[T], E]
trait SqlStreamingAction[R, T, E]
trait SqlAction[R, Streaming[T], E]
trait BasicStreamingAction[R, T, E]
trait BasicAction[R, Streaming[T], E]
trait DatabaseAction[R, Streaming[T], E]
trait DBIOAction[R, Streaming[T], E]
trait Dumpable
class Object
trait Matchable
class Any
Show all
Known subtypes
trait StreamingInvokerAction[R, T, E]
trait SqlAction[+R, +S <: NoStream, -E <: Effect] extends BasicAction[R, S, E]

Attributes

Source
SqlProfile.scala
Supertypes
trait BasicAction[R, S, E]
trait DatabaseAction[R, S, E]
trait DBIOAction[R, S, E]
trait Dumpable
class Object
trait Matchable
class Any
Show all
Known subtypes

Attributes

Source
SqlProfile.scala
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

Capabilities for slick.sql.SqlProfile.

Capabilities for slick.sql.SqlProfile.

Attributes

Source
SqlCapabilities.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Abstract profile for SQL-based databases.

Abstract profile for SQL-based databases.

Attributes

Companion
object
Source
SqlProfile.scala
Supertypes
Known subtypes
trait JdbcProfile
trait DB2Profile
object DB2Profile.type
trait DerbyProfile
object DerbyProfile.type
trait H2Profile
object H2Profile.type
object HsqldbProfile.type
trait MySQLProfile
object MySQLProfile.type
object OracleProfile.type
object PostgresProfile.type
object SQLServerProfile.type
object SQLiteProfile.type
Show all
object SqlProfile

Attributes

Companion
trait
Source
SqlProfile.scala
Supertypes
class Object
trait Matchable
class Any
Self type
SqlProfile.type
trait SqlStreamingAction[+R, +T, -E <: Effect] extends BasicStreamingAction[R, T, E], SqlAction[R, Streaming[T], E]

Attributes

Source
SqlProfile.scala
Supertypes
trait SqlAction[R, Streaming[T], E]
trait BasicStreamingAction[R, T, E]
trait BasicAction[R, Streaming[T], E]
trait DatabaseAction[R, Streaming[T], E]
trait DBIOAction[R, Streaming[T], E]
trait Dumpable
class Object
trait Matchable
class Any
Show all
Known subtypes
trait FixedSqlStreamingAction[R, T, E]
trait StreamingInvokerAction[R, T, E]

Attributes

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

Attributes

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