|
||||||||||
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.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'. |
Uses of ValueExpressionCombined in org.eclipse.datatools.sqltools.parsers.sql.query |
---|
Methods in org.eclipse.datatools.sqltools.parsers.sql.query that return ValueExpressionCombined | |
---|---|
ValueExpressionCombined |
SQLQueryParserFactory.createCombinedExpression(QueryValueExpression aLeftExpr,
int aExprOper,
QueryValueExpression aRightExpr)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |