Class TableExistsDiff
java.lang.Object
com.wisecoders.dbs.dbms.sync.engine.diffs.AbstractDiff<T,U>
com.wisecoders.dbs.dbms.sync.engine.diffs.AbstractExistsDiff<Table,Schema>
com.wisecoders.dbs.dbms.sync.engine.diffs.TableExistsDiff
- All Implemented Interfaces:
SyncDiff
-
Field Summary
Fields inherited from class com.wisecoders.dbs.dbms.sync.engine.diffs.AbstractExistsDiff
exist, missed
Fields inherited from class com.wisecoders.dbs.dbms.sync.engine.diffs.AbstractDiff
action, pair
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncommitInto
(String dbId, SyncSide into, boolean includeForeignKeysInCreateTable) getTable()
void
void
mergeFinal
(SyncSide into, com.wisecoders.dbs.diagram.fx.GenericLayoutPane layoutPane) Methods inherited from class com.wisecoders.dbs.dbms.sync.engine.diffs.AbstractExistsDiff
getDiffString, getOperationString, getOperationType, isMergeVirtual, mergeFk, mergeTable, setMergeVirtual
Methods inherited from class com.wisecoders.dbs.dbms.sync.engine.diffs.AbstractDiff
getAction, getNodeDiff, getUnit, matches, setAction, toString
-
Constructor Details
-
TableExistsDiff
-
-
Method Details
-
merge
- Specified by:
merge
in classAbstractDiff<Table,
Schema>
-
mergeFinal
- Overrides:
mergeFinal
in classAbstractExistsDiff<Table,
Schema>
-
commitInto
- Specified by:
commitInto
in classAbstractDiff<Table,
Schema>
-
getTable
-