The type of database objects used by this backend.
The type of database objects used by this backend.
Describes capabilities of the database which can be determined from a DatabaseMetaData object and then cached and reused for all sessions.
A database instance to which connections can be created.
The type of the database factory used by this backend.
The type of the database factory used by this backend.
Factory methods for creating Database
instances.
The type of session objects used by this backend.
The type of session objects used by this backend.
A logical session of a Database
.
The database factory
The database factory
Run a block of code with the specified Session
bound to the thread-local dynamicSession
.
Run a block of code with the specified Session
bound to the thread-local dynamicSession
.
(jdbcBackend: StringAdd).self
(jdbcBackend: StringFormat).self
(jdbcBackend: ArrowAssoc[JdbcBackend]).x
(Since version 2.10.0) Use leftOfArrow
instead
(jdbcBackend: Ensuring[JdbcBackend]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
A JDBC-based database back-end which can be used for Plain SQL queries and with all
JdbcProfile
-based drivers.