AbstractSequenceCreationTool |
Create auto-increment sequences for table IDs.
|
AbstractSequenceUpdateTool |
Update auto-increment sequences for table IDs.
|
AbstractTableCopyTool |
Copy all tables from one connection to the other.
|
AbstractTablesOperationTool |
Will execute given SQL scriptlet on all tables or single table of given connector.
|
CheckEqualTableDataTool |
Check two schemas for equal data where the tool takes a configurable number of sample data from each table.
|
CommonColumnTypeResolverTool |
Try to find common type mapping usable for both columns.
|
DefaultTableCopyTool |
Copy all tables from one connection to the other with multiple VALUES-tuples per batch statement.
|
DropTablesTool |
Will drop tables in given schema.
|
MinMaxIdSelectorTool |
Compute MIN and MAX of given Id-Column
|
ReadTableDataTool |
Read data from given table and put into a List of maps where each map contains the columns and values of a single line from
the table.
|
ScriptExecutorTool |
Execute given SQL script or single statements separated by given delimiter.
|
ScriptExecutorTool.StatementCommand |
|
SplitByRangeTableCopyTool |
Sometimes the amount of data exceeds any buffer.
|
TableOrderTool |
Order tables by foreign key constraints, i.e. the foreign keys of a database schema spawn an directed (possibly cyclic!)
|