Class CheckEqualTableDataTool
- java.lang.Object
-
- de.akquinet.jbosscc.guttenbase.tools.CheckEqualTableDataTool
-
public class CheckEqualTableDataTool extends Object
Check two schemas for equal data where the tool takes a configurable number of sample data from each table.© 2012-2034 akquinet tech@spree
- Author:
- M. Dahm
Hint is used by
NumberOfCheckedTableDataHint
How many rows of tables shall be regarded when checking that data has been transferred correctly. Hint is used byColumnOrderHint
to determine column order Hint is used byTableOrderHint
to determine order of tables
-
-
Constructor Summary
Constructors Constructor Description CheckEqualTableDataTool(ConnectorRepository connectorRepository)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkTableData(String sourceConnectorId, String targetConnectorId)
-
-
-
Constructor Detail
-
CheckEqualTableDataTool
public CheckEqualTableDataTool(ConnectorRepository connectorRepository)
-
-
Method Detail
-
checkTableData
public void checkTableData(String sourceConnectorId, String targetConnectorId) throws SQLException
- Throws:
SQLException
-
-