|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MergeOnCondition | |
---|---|
org.eclipse.datatools.modelbase.sql.query | |
org.eclipse.datatools.modelbase.sql.query.util | |
org.eclipse.datatools.sqltools.parsers.sql.query |
Uses of MergeOnCondition in org.eclipse.datatools.modelbase.sql.query |
---|
Methods in org.eclipse.datatools.modelbase.sql.query that return MergeOnCondition | |
---|---|
MergeOnCondition |
SQLQueryModelFactory.createMergeOnCondition()
Returns a new object of class 'Merge On Condition'. |
MergeOnCondition |
QuerySearchCondition.getMergeOnCondition()
Returns the value of the 'Merge On Condition' container reference. |
MergeOnCondition |
QueryMergeStatement.getOnCondition()
Returns the value of the 'On Condition' containment reference. |
Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type MergeOnCondition | |
---|---|
void |
QuerySearchCondition.setMergeOnCondition(MergeOnCondition value)
Sets the value of the ' Merge On Condition ' container reference. |
void |
QueryMergeStatement.setOnCondition(MergeOnCondition value)
Sets the value of the ' On Condition ' containment reference. |
Uses of MergeOnCondition in org.eclipse.datatools.modelbase.sql.query.util |
---|
Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type MergeOnCondition | |
---|---|
java.lang.Object |
SQLQueryModelSwitch.caseMergeOnCondition(MergeOnCondition object)
Returns the result of interpreting the object as an instance of 'Merge On Condition'. |
Uses of MergeOnCondition in org.eclipse.datatools.sqltools.parsers.sql.query |
---|
Methods in org.eclipse.datatools.sqltools.parsers.sql.query that return MergeOnCondition | |
---|---|
MergeOnCondition |
SQLQueryParserFactory.createMergeOnCondition(QuerySearchCondition aSearchCond)
|
Methods in org.eclipse.datatools.sqltools.parsers.sql.query with parameters of type MergeOnCondition | |
---|---|
QueryMergeStatement |
SQLQueryParserFactory.createMergeStatement(MergeTargetTable aTargetTable,
MergeSourceTable aSourceTable,
MergeOnCondition aOnCondition,
java.util.List aOperSpecList)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |