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

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

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

Methods in org.eclipse.datatools.modelbase.sql.query that return ValueExpressionRow
 ValueExpressionRow SQLQueryModelFactory.createValueExpressionRow()
          Returns a new object of class 'Value Expression Row'.
 ValueExpressionRow QueryValueExpression.getValueExprRow()
          Returns the value of the 'Value Expr Row' container reference.
 

Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type ValueExpressionRow
 void QueryValueExpression.setValueExprRow(ValueExpressionRow value)
          Sets the value of the 'Value Expr Row' container reference.
 

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

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

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

Methods in org.eclipse.datatools.sqltools.parsers.sql.query that return ValueExpressionRow
 ValueExpressionRow SQLQueryParserFactory.createValueExpressionRow(java.util.List aExprList)