BasicProfile
The basic functionality that has to be implemented by all profiles.
Attributes
- Source:
- BasicProfile.scala
- Graph
- Supertypes
- Known subtypes
- trait MemoryQueryingProfileclass DistributedProfiletrait MemoryProfileobject MemoryProfile.typetrait RelationalProfiletrait 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
Members list
Type members
Classlikes
Attributes
- Source:
- BasicProfile.scala
- Graph
- Supertypes
- 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
- Source:
- BasicProfile.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
Inherited classlikes
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
Types
The back-end type required by this profile
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
- Source:
- BasicProfile.scala
The type of a schema description (DDL)
Inherited types
Attributes
- Inherited from:
- BasicActionComponent
- Source:
- BasicProfile.scala
Attributes
- Inherited from:
- BasicActionComponent
- Source:
- BasicProfile.scala
Attributes
- Inherited from:
- BasicActionComponent
- Source:
- BasicProfile.scala
Attributes
- Inherited from:
- BasicActionComponent
- Source:
- BasicProfile.scala
Value members
Abstract methods
(Partially) compile an AST for insert operations
The compiler used for deleting data
The compiler used for inserting data
The compiler used for queries
The compiler used for updates
Concrete methods
Compute the capabilities. This should be overridden in subclasses as needed.
Compute the capabilities. This should be overridden in subclasses as needed.
Attributes
- Source:
- BasicProfile.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
- Any
- Source:
- BasicProfile.scala
Inherited methods
Attributes
- Inherited from:
- BasicActionComponent
- Source:
- BasicProfile.scala
Attributes
- Inherited from:
- BasicActionComponent
- Source:
- BasicProfile.scala
Abstract fields
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
- Source:
- BasicProfile.scala
The back-end implementation for this profile
Concrete fields
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
- Source:
- BasicProfile.scala