Package-level declarations

Types

Link copied to clipboard

Class representing a wrapped database connection.

Link copied to clipboard

Class responsible for retrieving and storing information about the JDBC driver and underlying DBMS, using metadata.

Link copied to clipboard
class JdbcPreparedStatementImpl(val statement: PreparedStatement, val wasGeneratedKeysRequested: Boolean) : PreparedStatementApi

Class representing a precompiled SQL statement.

Link copied to clipboard
class JdbcSavepoint(name: String, savepoint: Savepoint) : ExposedSavepoint

Class that stores a java.sql.Savepoint object with the specified name.