|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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 |
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 ValueExpressionColumn s found in
the given ValuesRow . |
Uses of ValuesRow in org.eclipse.datatools.modelbase.sql.query.impl |
---|
Classes in org.eclipse.datatools.modelbase.sql.query.impl that implement ValuesRow | |
---|---|
class |
ValuesRowImpl
An implementation of the model object 'SQL Values Row'. |
Methods in org.eclipse.datatools.modelbase.sql.query.impl that return ValuesRow | |
---|---|
ValuesRow |
SQLQueryModelFactoryImpl.createValuesRow()
|
ValuesRow |
QueryValueExpressionImpl.getValuesRow()
|
Methods in org.eclipse.datatools.modelbase.sql.query.impl with parameters of type ValuesRow | |
---|---|
NotificationChain |
QueryValueExpressionImpl.basicSetValuesRow(ValuesRow newValuesRow,
NotificationChain msgs)
|
void |
QueryValueExpressionImpl.setValuesRow(ValuesRow newValuesRow)
|
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'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |