|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.squirrel_sql.plugins.dbdiff.DiffExecutor
public class DiffExecutor
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 |
|---|
public DiffExecutor(SessionInfoProvider p)
p - the provider of information regarding what to copy where.| Method Detail |
|---|
public void execute()
public List<ColumnDifference> getColumnDifferences()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||