Exposed Connection
Represents a wrapper for a database connection.
Inheritors
Properties
Functions
Link copied to clipboard
Sends a collection of SQL strings to the database for execution as a batch statement.
Link copied to clipboard
Calls the specified function body with a JdbcExposedDatabaseMetadata implementation as its receiver and returns the retrieved metadata as a result.
Link copied to clipboard
Returns a precompiled sql statement stored as a JdbcPreparedStatementApi implementation.
Link copied to clipboard
Removes the specified savepoint.
Link copied to clipboard
Sets and returns a new savepoint with the specified name.