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.
An InsertInvoker that returns the number of affected rows.
Pseudo-invoker for running DDL statements.
Pseudo-invoker for running DELETE calls.
An InsertInvoker that can also insert from another query.
The type of insert invokers returned by the driver
The type of insert invokers returned by the driver
The JDBC-specific InsertInvoker with additional methods
An InsertInvoker that returns a mapping of inserted values and generated keys.
Build a Slick model from introspecting the jdbc meta data.
The type of query executors returned by the driver
The type of query executors returned by the driver
Base class for QueryExecutor
implementations
An Invoker for queries.
In InsertInvoker that returns generated keys or other columns.
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.
Pseudo-invoker for running UPDATE calls.
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.
Create a DDLInvoker -- this method should be implemented by drivers as needed
Create a DDLInvoker -- this method should be implemented by drivers as needed
Create an InsertInvoker -- this method should be implemented by drivers as needed
Create an InsertInvoker -- this method should be implemented by drivers as needed
Gets the Slick data model describing this data source
Gets the Slick data model describing this data source
used to build the model, uses defaultTables if None given
logs unrecognized default values instead of throwing an exception
Create an executor -- this method should be implemented by drivers as needed
Create an executor -- this method should be implemented by drivers as needed
Jdbc meta data for all tables included in the Slick model by default
Jdbc meta data for all tables included in the Slick model by default
A collection of values for using the query language with a single import statement.
A collection of values 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.
(jdbcProfile: StringAdd).self
(jdbcProfile: StringFormat).self
(Since version 2.1) use createModel() instead (appending parenthesis)
(Since version 2.1) use defaultTables instead
(jdbcProfile: ArrowAssoc[JdbcProfile]).x
(Since version 2.10.0) Use leftOfArrow
instead
(jdbcProfile: Ensuring[JdbcProfile]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
A profile for accessing SQL databases via JDBC. All drivers for JDBC-based databases implement this profile.