All Classes and Interfaces

Class
Description
Class to convert sql arrays to java arrays or collections and vice versa.
Configuration stage, which is used to configura a HikariConfig.
Configuration stage of a QueryBuilder
Base class which can be used for classes which call the database.
Class to create a HikariDataSource with a builder pattern.
 
Class which provides basic data for a database
Represents a default database
Utilitites for database handling
 
 
JdbcConfig<T extends JdbcConfig<?>>
A basic jdbc config
A stage which represents a property creator for a data source.
A key value pair used to represent url parameter
 
 
 
 
 
 
A class which wrapps a PreparedStatement and allows to set the values with a builder pattern.
 
 
 
This query builder can be used to execute one or more queries onto a database via a connection provided by a datasource.
Configuration for a QueryBuilder
Builder for a QueryBuilderConfig
This class provides simple methods to create preconfigured QueryBuilder.
Exception to wrap Exception as Exception thrown during queries executed by QueryBuilder
Base class which provides a factory for easy usage.
 
Query stage of a QueryBuilder
 
Represents a ResultStage of a QueryBuilder.
Represents a RetrievalStage of a QueryBuilder.
 
 
 
 
SqlType<T extends JdbcConfig<?>>
Defines a sql type and handles RDBMS specific actions.
SqlUpdater<T extends JdbcConfig<?>>
An SQL updater which performs database updates via upgrade scripts.
Class to build a SqlUpdater with a builder pattern
Class representing a version maintained by the SqlUpdater.
Statement stage of a QueryBuilder
Represents an operation that accepts a single input argument and returns no result.
Represents a function which can throw an exception.
 
 
Represents a UpdateStage of a QueryBuilder.
Convert uuids to bytes and vice versa
Exception to wrap Exception as RuntimeException thrown during queries executed by QueryBuilder