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
Members list
Type members
Classlikes
Attributes
- Companion:
- trait
- Source:
- SqlProfile.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- DDL.type
Attributes
- Companion:
- object
- Source:
- SqlProfile.scala
- Graph
- Supertypes
- Self type
Inherited classlikes
Attributes
- Inherited from:
- BasicProfile
- Source:
- BasicProfile.scala
- Graph
- Supertypes
- Known subtypes
Attributes
- Inherited from:
- BasicActionComponent
- Source:
- BasicProfile.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Inherited from:
- BasicActionComponent
- Source:
- BasicProfile.scala
- Graph
- Supertypes
- Known subtypes
Attributes
- Inherited from:
- RelationalProfile
- Source:
- RelationalProfile.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Attributes
- Inherited from:
- RelationalActionComponent
- Source:
- RelationalProfile.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- trait SimpleInsertActionComposer[U]trait InsertActionComposer[U]trait CountingInsertActionComposer[U]
Attributes
- Inherited from:
- RelationalTypesComponent
- Source:
- RelationalProfile.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- object MappedJdbcType.type
Attributes
- Inherited from:
- SqlUtilsComponent
- Source:
- SqlProfile.scala
- Graph
- Supertypes
Attributes
- Inherited from:
- RelationalProfile
- Source:
- RelationalProfile.scala
- Graph
- Supertypes
- Known subtypes
Attributes
- Inherited from:
- RelationalTableComponent
- Source:
- RelationalProfile.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- trait SqlColumnOptionstrait OracleColumnOptions
Attributes
- Inherited from:
- RelationalTypesComponent
- Source:
- RelationalProfile.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Inherited from:
- RelationalActionComponent
- Source:
- RelationalProfile.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
A schema description contains the SQL statements for creating and dropping database entities. Schema descriptions can be combined for creating or dropping multiple entities together, even if they have circular dependencies.
A schema description contains the SQL statements for creating and dropping database entities. Schema descriptions can be combined for creating or dropping multiple entities together, even if they have circular dependencies.
Attributes
- Inherited from:
- BasicProfile
- Source:
- BasicProfile.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Inherited from:
- RelationalSequenceComponent
- Source:
- RelationalProfile.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Attributes
- Inherited from:
- RelationalSequenceComponent
- Source:
- RelationalProfile.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Attributes
- Inherited from:
- SqlTableComponent
- Source:
- SqlProfile.scala
- Graph
- Supertypes
- Known subtypes
- trait OracleColumnOptions
Attributes
- Inherited from:
- RelationalTableComponent
- Source:
- RelationalProfile.scala
- Graph
- Supertypes
Attributes
- Inherited from:
- RelationalProfile
- Source:
- RelationalProfile.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Types
The type of a schema description (DDL)
Inherited types
The back-end type required by this profile
The back-end type required by this profile
Attributes
- Inherited from:
- RelationalProfile
- Source:
- RelationalProfile.scala
Attributes
- Inherited from:
- RelationalTypesComponent
- Source:
- RelationalProfile.scala
Attributes
- Inherited from:
- RelationalTypesComponent
- Source:
- RelationalProfile.scala
The type of a (partially) compiled AST for Insert operations. Unlike querying or deleting, inserts may require different compilation results which should be computed lazily.
The type of a (partially) compiled AST for Insert operations. Unlike querying or deleting, inserts may require different compilation results which should be computed lazily.
Attributes
- Inherited from:
- BasicProfile
- Source:
- BasicProfile.scala
Attributes
- Inherited from:
- RelationalActionComponent
- Source:
- RelationalProfile.scala
Attributes
- Inherited from:
- SqlActionComponent
- Source:
- SqlProfile.scala
Attributes
- Inherited from:
- BasicActionComponent
- Source:
- BasicProfile.scala
Attributes
- Inherited from:
- RelationalProfile
- Source:
- RelationalProfile.scala
Attributes
- Inherited from:
- RelationalProfile
- Source:
- RelationalProfile.scala
Attributes
- Inherited from:
- RelationalProfile
- Source:
- RelationalProfile.scala
Attributes
- Inherited from:
- RelationalActionComponent
- Source:
- RelationalProfile.scala
Attributes
- Inherited from:
- SqlActionComponent
- Source:
- SqlProfile.scala
Attributes
- Inherited from:
- BasicActionComponent
- Source:
- BasicProfile.scala
Value members
Inherited methods
Attributes
- Inherited from:
- RelationalSequenceComponent
- Source:
- RelationalProfile.scala
Attributes
- Inherited from:
- RelationalTableComponent
- Source:
- RelationalProfile.scala
(Partially) compile an AST for insert operations
(Partially) compile an AST for insert operations
Attributes
- Inherited from:
- BasicProfile
- Source:
- BasicProfile.scala
Attributes
- Inherited from:
- RelationalActionComponent
- Source:
- RelationalProfile.scala
Attributes
- Inherited from:
- BasicActionComponent
- Source:
- BasicProfile.scala
Attributes
- Inherited from:
- RelationalActionComponent
- Source:
- RelationalProfile.scala
Attributes
- Inherited from:
- BasicActionComponent
- Source:
- BasicProfile.scala
The compiler used for deleting data
The compiler used for inserting data
Attributes
- Inherited from:
- SqlUtilsComponent
- Source:
- SqlProfile.scala
The compiler used for queries
quotes identifiers to avoid collisions with SQL keywords and other syntax issues
quotes identifiers to avoid collisions with SQL keywords and other syntax issues
Attributes
- Inherited from:
- SqlUtilsComponent
- Source:
- SqlProfile.scala
Attributes
- Inherited from:
- SqlUtilsComponent
- Source:
- SqlProfile.scala
Run a query synchronously on the provided session. This is used by DistributedProfile until we can make it fully asynchronous.
Run a query synchronously on the provided session. This is used by DistributedProfile until we can make it fully asynchronous.
Attributes
- Inherited from:
- RelationalProfile
- Source:
- RelationalProfile.scala
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns:
a string representation of the object.
- Definition Classes
- BasicProfile -> Any
- Inherited from:
- BasicProfile
- Source:
- BasicProfile.scala
The compiler used for updates
Inherited fields
Attributes
- Inherited from:
- RelationalTypesComponent
- Source:
- RelationalProfile.scala
The API for using the query language with a single import statement. This provides the profile's implicits, the Database API and commonly used query language types and objects.
The API for using the query language with a single import statement. This provides the profile's implicits, the Database API and commonly used query language types and objects.
Attributes
- Inherited from:
- RelationalProfile
- Source:
- RelationalProfile.scala
The back-end implementation for this profile
The back-end implementation for this profile
Attributes
- Inherited from:
- BasicProfile
- Source:
- BasicProfile.scala
The capabilities supported by this profile. This can be used to query at runtime whether a specific feature is supported.
The capabilities supported by this profile. This can be used to query at runtime whether a specific feature is supported.
Attributes
- Inherited from:
- BasicProfile
- Source:
- BasicProfile.scala
Attributes
- Inherited from:
- SqlTableComponent
- Source:
- SqlProfile.scala
Attributes
- Inherited from:
- RelationalProfile
- Source:
- RelationalProfile.scala