All Classes and Interfaces
Class
Description
Provides access to a vendor-specific database driver.
Provides access to common database drivers with an ability to add more as
needed.
Represents a database catalog.
Represents a column in a table.
A callback interface for executing database operations.
Provides a connection callback specifically for database metadata.
For working with Database Object metadata for a given AutomaticDriver and DataSource.
Exposes data source properties at runtime, allowing for dynamic configuration
of
DataSource
instances.A JDBC DataSource implementation that wraps a database driver to provide connection services.
Used when creating logic based on database schema properties.
Represents a customized stored connection for interacting with databases.
Contains builders for creating the driver, the drivers data source, and a list of
StoredConnections that have been saved.
Builds the DataSourceConfig for the driver of a StoredConnection.
Builds a DriverConfig for a StoredConnectionBuilder.
A Builder for creating and StoredConnections.
For working with table metadata.
A way to represent different database schema objects like Tables and Views.