Companion
Functions
Creates a Database instance.
JDBC driver implementations of ConnectionPoolDataSource
are not actual connection pools, but rather a means of obtaining the physical connections to then be used in a connection pool. It is a known issue, with no plans to be fixed, that SQLiteConnectionPoolDataSource
, for example, creates a new connection each time instead of retrieving a pooled connection. Other implementations, like PGConnectionPoolDataSource
, suggest that a DataSource
or a dedicated third-party connection pool library should be used instead.
Returns the stored default transaction isolation level for a specific database.
Returns the database name used internally for the provided connection url.
Registers a new DatabaseDialect with the identifier prefix.
Registers a new JDBC driver, using the specified driverClassName, with the identifier prefix.