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
abstract class ExposedDatabaseMetadata(val database: String)

Base class responsible for shared utility methods needed for retrieving and storing information about the underlying driver and associated 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.

Link copied to clipboard

Base class for wrapping data generated by executing a statement that queries the database.

Link copied to clipboard
interface RowApi

Interface representing access to data rows by index or column name. This API allows retrieving objects from a row, either by the zero-based index of the column or by its name, with optional type conversion for strongly-typed results.