henplus.plugins.tablediff
Class TableDiffer
java.lang.Object
henplus.plugins.tablediff.TableDiffer
public final class TableDiffer
- extends Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableDiffer
public TableDiffer()
diffTables
public static TableDiffResult diffTables(Table referenceTable,
Table diffTable,
boolean colNameIgnoreCase)
- Compares two tables by their columns.
- Parameters:
referenceTable
- diffTable
- colNameIgnoreCase
- specifies if column names shall be compared in a case insensitive way.
- Returns:
- An instance of
TableDiffResult
if their are
differences between the tables, otherwise null
.
? 1997..2006 Henner Zeller