net.sourceforge.squirrel_sql.plugins.dbdiff.gui
Class TabularDiffPresentation

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.dbdiff.gui.AbstractDiffPresentation
      extended by net.sourceforge.squirrel_sql.plugins.dbdiff.gui.TabularDiffPresentation
All Implemented Interfaces:
IDiffPresentation

public class TabularDiffPresentation
extends AbstractDiffPresentation

This is the class that performs the table comparison using database connections to two different database schemas.


Field Summary
 
Fields inherited from class net.sourceforge.squirrel_sql.plugins.dbdiff.gui.AbstractDiffPresentation
destSession, preferenceBean, sessionInfoProvider, sourceSession
 
Constructor Summary
TabularDiffPresentation()
           
 
Method Summary
 void execute()
          Starts the thread that executes the copy operation.
 List<ColumnDifference> getColumnDifferences()
          Returns a list of column differences.
 
Methods inherited from class net.sourceforge.squirrel_sql.plugins.dbdiff.gui.AbstractDiffPresentation
setPreferenceBean, setSessionInfoProvider
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TabularDiffPresentation

public TabularDiffPresentation()
Method Detail

execute

public void execute()
Starts the thread that executes the copy operation.


getColumnDifferences

public List<ColumnDifference> getColumnDifferences()
Returns a list of column differences.

Returns:
Returns null if no diffs exist.


Copyright © 2001-2012. All Rights Reserved.