Package-level declarations

Types

Link copied to clipboard
class ExposedBlob(inputStream: InputStream)

Represents a wrapper for an inputStream of bytes to be used in binary columns.

Link copied to clipboard

Represents a wrapper for a database connection.

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

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

Link copied to clipboard
abstract class ExposedSavepoint(val name: String)

Base class representing a savepoint, with the specified name, which can be referenced during a rollback operation to undo any changes made after the point in the transaction.

Link copied to clipboard
abstract class IdentifierManagerApi

Base class responsible for the parsing and processing of identifier tokens in SQL command syntax.

Link copied to clipboard

Represents a precompiled SQL statement.