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

Packages that use ValuesRow
org.eclipse.datatools.modelbase.sql.query   
org.eclipse.datatools.modelbase.sql.query.helper   
org.eclipse.datatools.modelbase.sql.query.util   
org.eclipse.datatools.sqltools.parsers.sql.query   
org.eclipse.datatools.sqltools.sqlbuilder.views.fullselect   
 

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

Methods in org.eclipse.datatools.modelbase.sql.query that return ValuesRow
 ValuesRow SQLQueryModelFactory.createValuesRow()
          Returns a new object of class 'Values Row'.
 ValuesRow MergeInsertSpecification.getSourceValuesRow()
          Returns the value of the 'Source Values Row' containment reference.
 ValuesRow QueryValueExpression.getValuesRow()
          Returns the value of the 'Values Row' container reference.
 

Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type ValuesRow
 void MergeInsertSpecification.setSourceValuesRow(ValuesRow value)
          Sets the value of the 'Source Values Row' containment reference.
 void QueryValueExpression.setValuesRow(ValuesRow value)
          Sets the value of the 'Values Row' container reference.
 

Uses of ValuesRow in org.eclipse.datatools.modelbase.sql.query.helper
 

Methods in org.eclipse.datatools.modelbase.sql.query.helper with parameters of type ValuesRow
static java.util.Set TableHelper.findColumnReferencesInValuesRow(ValuesRow valuesRow)
          Returns a Set containing all ValueExpressionColumns found in the given ValuesRow.
 

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

Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type ValuesRow
 java.lang.Object SQLQueryModelSwitch.caseValuesRow(ValuesRow object)
          Returns the result of interpreting the object as an instance of 'Values Row'.
 

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

Methods in org.eclipse.datatools.sqltools.parsers.sql.query that return ValuesRow
 ValuesRow SQLQueryParserFactory.createInsertValuesRow(java.util.List aExprList)
           
 ValuesRow SQLQueryParserFactory.createInsertValuesRow(QueryValueExpression aValueExpr)
           
 ValuesRow SQLQueryParserFactory.createValuesRow(java.util.List aValueExprList)
           
 ValuesRow SQLQueryParserFactory.createValuesRow(QueryValueExpression aValueExpr)
           
 

Methods in org.eclipse.datatools.sqltools.parsers.sql.query with parameters of type ValuesRow
 java.util.List SQLQueryParserFactory.createInsertRow(java.util.List aInsertExprList, ValuesRow aInsertExpr)
           
 MergeInsertSpecification SQLQueryParserFactory.createMergeInsertSpecification(java.util.List aTargetColList, ValuesRow aValuesRow)
           
 java.util.List SQLQueryParserFactory.createValuesRowList(java.util.List aValuesRowList, ValuesRow aValuesRow)
           
 

Uses of ValuesRow in org.eclipse.datatools.sqltools.sqlbuilder.views.fullselect
 

Methods in org.eclipse.datatools.sqltools.sqlbuilder.views.fullselect that return ValuesRow
 ValuesRow ValueTableElement.getValuesRow()
           
 

Constructors in org.eclipse.datatools.sqltools.sqlbuilder.views.fullselect with parameters of type ValuesRow
ValueTableElement(SQLDomainModel model, ValuesRow valRow, QueryValueExpression expr)