ExposedConnection
Represents a wrapper for a database connection.
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 an ExposedDatabaseMetadata implementation as its receiver and returns the retrieved metadata as a result.
Link copied to clipboard
Returns a precompiled sql statement stored as a PreparedStatementApi implementation.
Link copied to clipboard
Removes the specified savepoint.
Link copied to clipboard
Reverts all changes since the last commit or rollback operation.
Reverts all changes since the specified savepoint was set.
Link copied to clipboard
Sets and returns a new savepoint with the specified name.