Class ConstraintExistsDiff
java.lang.Object
com.wisecoders.dbs.dbms.sync.engine.diffs.AbstractDiff<T,U>
com.wisecoders.dbs.dbms.sync.engine.diffs.AbstractExistsDiff<Constraint,Table>
com.wisecoders.dbs.dbms.sync.engine.diffs.ConstraintExistsDiff
- 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) void
Methods inherited from class com.wisecoders.dbs.dbms.sync.engine.diffs.AbstractExistsDiff
getDiffString, getOperationString, getOperationType, isMergeVirtual, mergeFinal, mergeFk, mergeTable, setMergeVirtual
Methods inherited from class com.wisecoders.dbs.dbms.sync.engine.diffs.AbstractDiff
getAction, getNodeDiff, getUnit, matches, setAction, toString
-
Constructor Details
-
ConstraintExistsDiff
-
-
Method Details
-
merge
- Specified by:
merge
in classAbstractDiff<Constraint,
Table>
-
commitInto
- Specified by:
commitInto
in classAbstractDiff<Constraint,
Table>
-