net.sourceforge.squirrel_sql.plugins.dbdiff
Class DiffExecutor

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

public class DiffExecutor
extends Object

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


Constructor Summary
DiffExecutor(SessionInfoProvider p)
          Constructor.
 
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiffExecutor

public DiffExecutor(SessionInfoProvider p)
Constructor.

Parameters:
p - the provider of information regarding what to copy where.
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-2010. All Rights Reserved.