Package-level declarations

Types

Link copied to clipboard

Represents a wrapper for a database connection.

Link copied to clipboard
abstract class JdbcExposedDatabaseMetadata(database: String) : ExposedDatabaseMetadata

Base class responsible for retrieving and storing information about the JDBC driver and underlying database.

Link copied to clipboard
interface JdbcPreparedStatementApi : PreparedStatementApi

Base class representing a precompiled SQL java.sql.PreparedStatement from the JDBC SPI.