Uses of Interface
org.eclipse.datatools.modelbase.sql.query.MergeSourceTable

Packages that use MergeSourceTable
org.eclipse.datatools.modelbase.sql.query   
org.eclipse.datatools.modelbase.sql.query.util   
org.eclipse.datatools.sqltools.parsers.sql.query   
 

Uses of MergeSourceTable in org.eclipse.datatools.modelbase.sql.query
 

Methods in org.eclipse.datatools.modelbase.sql.query that return MergeSourceTable
 MergeSourceTable SQLQueryModelFactory.createMergeSourceTable()
          Returns a new object of class 'Merge Source Table'.
 MergeSourceTable TableReference.getMergeSourceTable()
          Returns the value of the 'Merge Source Table' container reference.
 MergeSourceTable QueryMergeStatement.getSourceTable()
          Returns the value of the 'Source Table' containment reference.
 

Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type MergeSourceTable
 void TableReference.setMergeSourceTable(MergeSourceTable value)
          Sets the value of the 'Merge Source Table' container reference.
 void QueryMergeStatement.setSourceTable(MergeSourceTable value)
          Sets the value of the 'Source Table' containment reference.
 

Uses of MergeSourceTable in org.eclipse.datatools.modelbase.sql.query.util
 

Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type MergeSourceTable
 java.lang.Object SQLQueryModelSwitch.caseMergeSourceTable(MergeSourceTable object)
          Returns the result of interpreting the object as an instance of 'Merge Source Table'.
 

Uses of MergeSourceTable in org.eclipse.datatools.sqltools.parsers.sql.query
 

Methods in org.eclipse.datatools.sqltools.parsers.sql.query that return MergeSourceTable
 MergeSourceTable SQLQueryParserFactory.createMergeSourceTable(TableReference aTableRef)
           
 

Methods in org.eclipse.datatools.sqltools.parsers.sql.query with parameters of type MergeSourceTable
 QueryMergeStatement SQLQueryParserFactory.createMergeStatement(MergeTargetTable aTargetTable, MergeSourceTable aSourceTable, MergeOnCondition aOnCondition, java.util.List aOperSpecList)