| java.lang.Object henplus.plugins.tablediff.TableDiffer
TableDiffer | final public class TableDiffer (Code) | | Title: TableDiffer
Description:
Created on: 24.07.2003
version: $Id: TableDiffer.java,v 1.2 2004/01/27 18:16:33 hzeller Exp $ author: Martin Grotzke |
Method Summary | |
public static TableDiffResult | diffTables(Table referenceTable, Table diffTable, boolean colNameIgnoreCase) Compares two tables by their columns.
Parameters: referenceTable - Parameters: diffTable - Parameters: colNameIgnoreCase - specifies if column names shall be compared in a case insensitive way. |
diffTables | public static TableDiffResult diffTables(Table referenceTable, Table diffTable, boolean colNameIgnoreCase)(Code) | | Compares two tables by their columns.
Parameters: referenceTable - Parameters: diffTable - Parameters: colNameIgnoreCase - specifies if column names shall be compared in a case insensitive way. An instance of TableDiffResult if their aredifferences between the tables, otherwise null . |
|
|