| Class and Description |
|---|
| Config
Entry point for getting configuration parameters.
|
| ConfigFrom
Pull configuration properties from various sources and filter/manipulate them.
|
| ConfigStrings
Something that can provide a string value based on a string key.
|
| Database
Primary class for accessing a relational (SQL) database.
|
| DatabaseException
Indicates something went wrong accessing the database.
|
| DatabaseImpl
Primary class for accessing a relational (SQL) database.
|
| DatabaseMock
Convenience class to intercept calls to Connection and return stubbed results
for testing purposes.
|
| DatabaseProvider
This is a lazy provider for Database instances.
|
| DatabaseProvider.Builder
This builder is immutable, so setting various options does not affect
the previous instance.
|
| DatabaseProvider.Pool |
| DatabaseProviderVertx
This is a lazy provider for Database instances.
|
| DatabaseProviderVertx.Builder
This builder is immutable, so setting various options does not affect
the previous instance.
|
| DbCode
A block of runnable code using a transacted Database.
|
| DbCodeTx
A block of runnable code using a transacted Database.
|
| DbCodeTyped
A block of runnable code using a transacted Database.
|
| DbCodeTypedTx
A block of runnable code using a transacted Database.
|
| DbRun
Abstract base class for a block of runnable code using a transacted Database.
|
| Ddl
Interface for executing a chunk of DDL within the database.
|
| Flavor
Enumeration of supported databases with various compatibility settings.
|
| Metric
This class provides explicit instrumentation functionality.
|
| Options
Control various optional behavior for the database interactions.
|
| OptionsOverride
Base class for selectively overriding another Options object.
|
| Row
Interface for reading results from a database query.
|
| RowHandler
Type-safe callback to read query results.
|
| Rows
Interface for reading results from a database query.
|
| RowsHandler
Type-safe callback to read query results.
|
| RowStub
Convenience for specifying hard-coded values for the Rows object.
|
| Schema
Java representation of a database schema with the various things it can contain.
|
| Schema.ColumnType |
| Schema.Sequence |
| Schema.Table |
| Schema.Table.Check |
| Schema.Table.Column |
| Schema.Table.ForeignKey |
| Schema.Table.Index |
| Schema.Table.PrimaryKey |
| Schema.Table.Unique |
| Sql
This class is useful for dynamically generating SQL.
|
| Sql.ColumnType |
| SqlArgs
This class is useful for dynamically generating SQL.
|
| SqlArgs.Builder |
| SqlArgs.ColumnType |
| SqlInsert
Interface for configuring (setting parameters) and executing a chunk of SQL.
|
| SqlInsert.Apply |
| SqlSelect
Interface for configuring (setting parameters) and executing a chunk of SQL.
|
| SqlSelect.Apply |
| SqlUpdate
Interface for configuring (setting parameters) and executing a chunk of SQL.
|
| SqlUpdate.Apply
Call this between setting rows of parameters for a SQL statement.
|
| Transaction
Allow customization of the transaction behavior.
|
| When
Convenience for conditional SQL generation.
|
Copyright © 2016. All rights reserved.