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.
 
This is used to create an expression with named bindings in a SQL query.
A named parameter that can be used when creating SQL queries.
Creates a logical AND grouping in SQL, combining multiple conditions that all must be true.
Creates a logical NOT operator in SQL, negating the conditions it contains.
Creates a logical OR grouping in SQL.
Represents a database catalog.
Represents a column in a table.
Represents a database column in SQL queries, with optional column aliasing (naming).
Different comparison operators.
Represents a binary comparison operation in SQL with a left expression, comparison operator, and right expression.
 
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.
 
Creates the FROM clause for a SQL query with the provided TabularStructure.
Represents the "IS NOT NULL" expression, for creating comparisons on expressions.
Represents the SQL "IS NULL" comparison operator in conditions.
Enumerations for SQL keywords.
Represents a literal value within an SQL expression.
 
Represents the order key words for the SQL ORDER BY clauses.
Creates an OrderByStatement, this is used to add an order by clause.
Used when creating logic based on database schema properties.
Represents a SQL SELECT statement builder.
Core SQL generation engine that renders SQL statements into properly formatted SQL strings.
Core interface for all SQL statement components.
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.