Package-level declarations

Types

Link copied to clipboard

Class representing a wrapped JDBC 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) : JdbcPreparedStatementApi

Class representing a precompiled SQL statement.

Link copied to clipboard
class JdbcResult(val result: ResultSet) : ResultApi, RowApi

Class for wrapping a java.sql.ResultSet generated by executing a statement that queries a JDBC database.

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

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