The context object passed to database actions by the execution engine.
The context object passed to database actions by the execution engine.
A special DatabaseActionContext for streaming execution.
A special DatabaseActionContext for streaming execution.
The type of the context used for running SynchronousDatabaseActions
The type of the context used for running SynchronousDatabaseActions
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.
Describes capabilities of the database which can be determined from a DatabaseMetaData object and then cached and reused for all sessions.
The type of the database factory used by this backend.
The type of the database factory used by this backend.
The type of session objects used by this backend.
The type of session objects used by this backend.
The type of the context used for streaming SynchronousDatabaseActions
The type of the context used for streaming SynchronousDatabaseActions
The database factory
The database factory
Create a Database instance through Typesafe Config.
Create a Database instance through Typesafe Config.
The supported config keys are backend-specific. This method is used by DatabaseConfig
.
The Config
object to read from.
The path in the configuration file for the database configuration, or an empty
string for the top level of the Config
object.