|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ValueExpressionCombined in org.eclipse.datatools.modelbase.sql.query |
---|
Methods in org.eclipse.datatools.modelbase.sql.query that return ValueExpressionCombined | |
---|---|
ValueExpressionCombined |
SQLQueryModelFactory.createValueExpressionCombined()
Returns a new object of class 'Value Expression Combined'. |
ValueExpressionCombined |
QueryValueExpression.getValueExprCombinedLeft()
Returns the value of the 'Value Expr Combined Left' container reference. |
ValueExpressionCombined |
QueryValueExpression.getValueExprCombinedRight()
Returns the value of the 'Value Expr Combined Right' container reference. |
Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type ValueExpressionCombined | |
---|---|
void |
QueryValueExpression.setValueExprCombinedLeft(ValueExpressionCombined value)
Sets the value of the ' Value Expr Combined Left ' container reference. |
void |
QueryValueExpression.setValueExprCombinedRight(ValueExpressionCombined value)
Sets the value of the ' Value Expr Combined Right ' container reference. |
Uses of ValueExpressionCombined in org.eclipse.datatools.modelbase.sql.query.helper |
---|
Methods in org.eclipse.datatools.modelbase.sql.query.helper with parameters of type ValueExpressionCombined | |
---|---|
static java.util.List |
ValueExpressionHelper.getVECombinedColumns(ValueExpressionCombined combined)
CHECK IMPLEMENTATION! CODE UNTESTED! Method to obtain the column expressions from a ValueExpressionCombined |
static void |
ValueExpressionHelper.resolveValueExpressionCombined(ValueExpressionCombined aValExpr)
CHECK IMPLEMENTATION! CODE UNTESTED! Tries to determine and set the datatype of the given "Combined" value expression. |
Uses of ValueExpressionCombined in org.eclipse.datatools.modelbase.sql.query.impl |
---|
Classes in org.eclipse.datatools.modelbase.sql.query.impl that implement ValueExpressionCombined | |
---|---|
class |
ValueExpressionCombinedImpl
An implementation of the model object 'SQL Value Expression Combined'. |
Methods in org.eclipse.datatools.modelbase.sql.query.impl that return ValueExpressionCombined | |
---|---|
ValueExpressionCombined |
SQLQueryModelFactoryImpl.createValueExpressionCombined()
|
ValueExpressionCombined |
QueryValueExpressionImpl.getValueExprCombinedLeft()
|
ValueExpressionCombined |
QueryValueExpressionImpl.getValueExprCombinedRight()
|
Methods in org.eclipse.datatools.modelbase.sql.query.impl with parameters of type ValueExpressionCombined | |
---|---|
NotificationChain |
QueryValueExpressionImpl.basicSetValueExprCombinedLeft(ValueExpressionCombined newValueExprCombinedLeft,
NotificationChain msgs)
|
NotificationChain |
QueryValueExpressionImpl.basicSetValueExprCombinedRight(ValueExpressionCombined newValueExprCombinedRight,
NotificationChain msgs)
|
void |
QueryValueExpressionImpl.setValueExprCombinedLeft(ValueExpressionCombined newValueExprCombinedLeft)
|
void |
QueryValueExpressionImpl.setValueExprCombinedRight(ValueExpressionCombined newValueExprCombinedRight)
|
Uses of ValueExpressionCombined in org.eclipse.datatools.modelbase.sql.query.util |
---|
Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type ValueExpressionCombined | |
---|---|
java.lang.Object |
SQLQueryModelSwitch.caseValueExpressionCombined(ValueExpressionCombined object)
Returns the result of interpreting the object as an instance of 'Value Expression Combined'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |