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 SummaryConstructors Constructor Description CheckEqualTableDataTool(ConnectorRepository connectorRepository)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckTableData(String sourceConnectorId, String targetConnectorId)
 
- 
- 
- 
Constructor Detail- 
CheckEqualTableDataToolpublic CheckEqualTableDataTool(ConnectorRepository connectorRepository) 
 
- 
 - 
Method Detail- 
checkTableDatapublic void checkTableData(String sourceConnectorId, String targetConnectorId) throws SQLException - Throws:
- SQLException
 
 
- 
 
-