The back-end type required by this profile
The back-end type required by this profile
The type of a (partially) compiled AST for Insert operations.
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.
Compile sub-queries with the appropriate drivers
The type of a schema description (DDL)
The type of a schema description (DDL)
A schema description contains the SQL statements for creating and dropping database entities.
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.
The API for using the query language with a single import statement.
The API for using the query language with a single import statement. This provides the driver's implicits, the Database and Session objects for DB connections, and commonly used query language types and objects.
The back-end implementation for this profile
The back-end implementation for this profile
The capabilities supported by this driver.
The capabilities supported by this driver. This can be used to query at runtime whether a specific feature is supported.
(Partially) ompile an AST for insert operations
(Partially) ompile an AST for insert operations
Compute the capabilities.
Compute the capabilities. This should be overridden in subclasses as needed.
The compiler used for deleting data
The compiler used for deleting data
The configuration for this driver, loaded via loadDriverConfig.
The configuration for this driver, loaded via loadDriverConfig.
The compiler used for inserting data
The compiler used for inserting data
Load the configuration for this driver.
Load the configuration for this driver. This can be overridden in user-defined driver subclasses to load different configurations.
The default implementation does a breadth-first search in the supertype hierarchy of the runtime class until it finds a class or trait matching "slick.driver.XXXDriver" where XXX is an arbitrary name, and then returns the path "slick.driver.XXX" from the application config, if it exists, otherwise an empty Config object.
The external interface of this driver which defines the API.
The external interface of this driver which defines the API.
The compiler used for queries
The compiler used for queries
The driver-specific representation of types
The driver-specific representation of types
The compiler used for updates
The compiler used for updates