slick.sql
package slick.sql
Contains the abstract SqlProfile and related code.
Attributes
Members list
Concise view
Type members
Classlikes
Attributes
- Source:
- SqlProfile.scala
- Graph
- Supertypes
- Known subtypes
- class MutatingResultAction[T]class SimpleJdbcProfileAction[R]class InsertOrUpdateActionclass InsertQueryActionclass MultiInsertActionclass InsertOrUpdateAllActionclass SingleInsertAction
trait FixedSqlStreamingAction[+R, +T, -E <: Effect] extends SqlStreamingAction[R, T, E] with FixedSqlAction[R, Streaming[T], E]
Attributes
- Source:
- SqlProfile.scala
- Graph
- Supertypes
- Known subtypes
Attributes
- Source:
- SqlProfile.scala
- Graph
- Supertypes
- Known subtypes
- class MutatingResultAction[T]class SimpleJdbcProfileAction[R]class InsertOrUpdateActionclass InsertQueryActionclass MultiInsertActionclass InsertOrUpdateAllActionclass SingleInsertAction
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 SqlProfile
- Self type
object SqlCapabilities
Capabilities for slick.sql.SqlProfile.
Capabilities for slick.sql.SqlProfile.
Attributes
- Source:
- SqlCapabilities.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- SqlCapabilities.type
trait SqlProfile extends RelationalProfile with SqlTableComponent with SqlActionComponent with SqlUtilsComponent
Abstract profile for SQL-based databases.
Abstract profile for SQL-based databases.
Attributes
- Companion:
- object
- Source:
- SqlProfile.scala
- Graph
- Supertypes
- trait SqlUtilsComponenttrait SqlActionComponenttrait SqlTableComponenttrait RelationalProfiletrait RelationalTypesComponenttrait RelationalTableComponenttrait BasicProfiletrait BasicActionComponentclass Objecttrait Matchableclass Any
- 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.type
object SqlProfile
Attributes
- Companion:
- trait
- Source:
- SqlProfile.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- SqlProfile.type
trait SqlStreamingAction[+R, +T, -E <: Effect] extends BasicStreamingAction[R, T, E] with SqlAction[R, Streaming[T], E]
Attributes
- Source:
- SqlProfile.scala
- Graph
- Supertypes
- Known subtypes
Attributes
- Source:
- SqlProfile.scala
- Graph
- 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.type
- Self type
trait SqlUtilsComponent
Attributes
- Source:
- SqlProfile.scala
- Graph
- 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.type
- Self type