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
NumberOfCheckedTableDataHintHow many rows of tables shall be regarded when checking that data has been transferred correctly. Hint is used byColumnOrderHintto determine column order Hint is used byTableOrderHintto 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 voidcheckTableData(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
-
-