| Interface | Description |
|---|---|
| DbAccessor |
Interface, with default methods providing JDBC database access functionality.
|
| Class | Description |
|---|---|
| ResultSetIterator<T> |
This is an Iterator that traverses a ResultSet returning elements via an Extractor.
|
| SqlStatement |
A SQL statement comprised of a template SQL string, which is a
Formatter string, and
the arguments to pass to it. |
| Exception | Description |
|---|---|
| UncheckedSQLException |
An unchecked version of SQLException.
|