net.sourceforge.squirrel_sql.plugins.dbdiff.gui
Class TabularDiffPresentation
java.lang.Object
net.sourceforge.squirrel_sql.plugins.dbdiff.gui.AbstractDiffPresentation
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TabularDiffPresentation
public TabularDiffPresentation()
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.