Package-level declarations
Types
Link copied to clipboard
Represents a wrapper for an inputStream of bytes to be used in binary columns.
Link copied to clipboard
Base class responsible for shared utility methods needed for retrieving and storing information about the underlying driver and associated database.
Link copied to clipboard
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
Base class responsible for the parsing and processing of identifier tokens in SQL command syntax.
Link copied to clipboard
interface PreparedStatementApi
Represents a precompiled SQL statement.
Link copied to clipboard
Base class for wrapping data generated by executing a statement that queries the database.