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
- Known subtypes
-
class MutatingResultAction[T]class SimpleJdbcProfileAction[R]class InsertOrUpdateActionclass InsertQueryActionclass MultiInsertActionclass InsertOrUpdateAllActionclass SingleInsertActionShow all
trait FixedSqlStreamingAction[+R, +T, -E <: Effect] extends SqlStreamingAction[R, T, E], FixedSqlAction[R, Streaming[T], E]
Attributes
- Source
- SqlProfile.scala
- Supertypes
- Known subtypes
-
trait SqlAction[+R, +S <: NoStream, -E <: Effect] extends BasicAction[R, S, E]
Attributes
- Source
- SqlProfile.scala
- Supertypes
- Known subtypes
-
class MutatingResultAction[T]class SimpleJdbcProfileAction[R]class InsertOrUpdateActionclass InsertQueryActionclass MultiInsertActionclass InsertOrUpdateAllActionclass SingleInsertActionShow all
trait SqlActionComponent extends RelationalActionComponent
Attributes
- Source
- SqlProfile.scala
- 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
object SqlCapabilities
Capabilities for slick.sql.SqlProfile.
Capabilities for slick.sql.SqlProfile.
Attributes
- Source
- SqlCapabilities.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SqlCapabilities.type
trait SqlProfile extends RelationalProfile, SqlTableComponent, SqlActionComponent, SqlUtilsComponent
Abstract profile for SQL-based databases.
Abstract profile for SQL-based databases.
Attributes
- Companion
- object
- Source
- SqlProfile.scala
- Supertypes
-
trait SqlUtilsComponenttrait SqlActionComponenttrait SqlTableComponenttrait RelationalProfiletrait RelationalTypesComponenttrait RelationalTableComponenttrait BasicProfiletrait BasicActionComponentclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
trait 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.typeShow all
object SqlProfile
Attributes
- Companion
- trait
- Source
- SqlProfile.scala
- Supertypes
-
class Objecttrait Matchableclass 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
- Known subtypes
-
trait SqlTableComponent extends RelationalTableComponent
Attributes
- Source
- SqlProfile.scala
- Supertypes
- Known subtypes
-
trait 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.typeShow all
- Self type
trait SqlUtilsComponent
Attributes
- Source
- SqlProfile.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait 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.typeShow all
- Self type
In this article