All Classes
| Class | Description |
|---|---|
| AuthException | |
| ColumnParser<T> |
Contains singletons for converting objects from and to their SQL representation.
|
| ColumnPattern<T,U> | |
| CommandException | |
| DatabaseNotFoundException | |
| DBConnection | |
| DBConnection.Column<T> |
Represents a column that exists in a table which is accessible by this connection.
|
| DBCredentials | |
| GenerationFailedException | |
| ParseException | |
| QueryCondition<T> | |
| QueryFailedException | |
| QueryGenerator | |
| QueryOperator<T> | |
| QueryOperator.ArgumentConverter<T> | |
| RegexColumnPattern<T,U,K> |
Represents a
ColumnPattern which may match a range of column names instead of a specific one like
SimpleColumnPattern. |
| SimpleColumnPattern<T,U> |
Represents a
ColumnPattern representing a specific column name instead of an actual pattern
for column names. |
| SimpleConnection | |
| SimpleCredentials | |
| SshConnection | |
| SshCredentials | |
| SupportedDatabases | |
| TableScheme<T,E> |
Represents a table and all patterns for its required and optional columns.
|
| TriFunction<T,U,V,R> |
Represents a
BiFunction but accepting three different input parameter. |
| UnsupportedDatabaseException |