net.sourceforge.squirrel_sql.plugins.dbdiff
Class TableDiffExecutor

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.dbdiff.TableDiffExecutor

public class TableDiffExecutor
extends Object


Constructor Summary
TableDiffExecutor(ISQLDatabaseMetaData md1, ISQLDatabaseMetaData md2)
           
 
Method Summary
 void execute()
           
 List<ColumnDifference> getColumnDifferences()
           
 void setTableInfos(ITableInfo t1, ITableInfo t2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableDiffExecutor

public TableDiffExecutor(ISQLDatabaseMetaData md1,
                         ISQLDatabaseMetaData md2)
Method Detail

setTableInfos

public void setTableInfos(ITableInfo t1,
                          ITableInfo t2)

execute

public void execute()
             throws SQLException
Throws:
SQLException

getColumnDifferences

public List<ColumnDifference> getColumnDifferences()


Copyright © 2001-2010. All Rights Reserved.