| Interface | Description |
|---|---|
| ImportFilterTransformer |
Transforms columns with import-
Filters into SQL-expressions. |
| Session.ConnectionFactory |
Connection factory.
|
| Session.ResultSetReader |
Reads a JDBC-result-set.
|
| StatisticRenovator |
Renews the DB table statistics for the working-tables.
|
| TemporaryTableManager |
Manages DDL/DML for temporary working tables.
|
| Class | Description |
|---|---|
| BasicDataSource |
Basic implementation of
DataSource. |
| BasicDataSource.DriverShim |
Wraps a Jdbc-Driver.
|
| DB2ShellScriptBasedStatisticRenovator |
Renews the DB2 table statistics for the working-tables
by executing a shell-script.
|
| DefaultTemporaryTableManager |
Default implementation of
TemporaryTableManager. |
| DeletionTransformer |
A
Session.ResultSetReader that writes the read rows as SQL-DELETE-statements
into the deletion-script. |
| DeletionTransformer.Factory |
Factory.
|
| DMLTransformer |
A
Session.ResultSetReader that writes the read rows as DML-statements
into the export-script. |
| DMLTransformer.Factory |
Factory.
|
| InlineViewBuilder |
Reads
ResultSets and builds inline-views according to the content. |
| LocalDatabase |
Provides a local database (H2).
|
| PrimaryKeyValidator |
Validates all primary keys of a set of tables.
|
| Session |
Manages database sessions on a 'per thread' basis.
|
| Session.AbstractResultSetReader |
Reads a JDBC-result-set.
|
| ShellScriptBasedStatisticRenovator |
Renews the DB table statistics for the working-tables
by executing a shell-script.
|
| SQLDialect |
Description of the DBMS's SQL dialect.
|
| SqlScriptBasedStatisticRenovator |
Renews the statistics for the working-tables
by executing a SQL-script.
|
| StatementBuilder |
Builds compact SQL-statements of the pattern:
HEAD ITEM {SEPARATOR ITEM}* TERMINATOR.
|
| UpdateTransformer |
A
Session.ResultSetReader that writes the read rows as UPDATE statements
into the export-script. |
| Enum | Description |
|---|---|
| InlineViewStyle |
Styles of inline-views for different DBMS'es.
|
| UPDATE_MODE |
Statements for updates.
|
| UPSERT_MODE |
Statements for upserts (overwrites).
|
| WorkingTableScope |
Working-tables scopes.
|
| Exception | Description |
|---|---|
| SqlException |
Wraps
SQLExceptions and holds SQL statement. |