| Interface | Description |
|---|---|
| Databases.ResultSetVisitor |
Visitor for the ResultSet.
|
| Databases.StatementVisitor |
Visitor for PreparedStatements.
|
| SQLConfiguration |
Typical configuration for service, which uses a
DataSource as connection to SQL
database, and given schema name as schema to create tables in. |
| Class | Description |
|---|---|
| Databases |
Utility methods for performing SQL calls wrapping a given DataSource.
|
| SQLUtil |