|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ValueExpressionVariable in org.eclipse.datatools.modelbase.sql.query |
---|
Methods in org.eclipse.datatools.modelbase.sql.query that return ValueExpressionVariable | |
---|---|
ValueExpressionVariable |
SQLQueryModelFactory.createValueExpressionVariable()
Returns a new object of class 'Value Expression Variable'. |
Uses of ValueExpressionVariable in org.eclipse.datatools.modelbase.sql.query.helper |
---|
Methods in org.eclipse.datatools.modelbase.sql.query.helper with parameters of type ValueExpressionVariable | |
---|---|
static Predicate |
StatementHelper.getPredicateOfVariable(ValueExpressionVariable variable)
Returns the Predicate of the given variable
or null , if the variable has no reference
to a Predicate . |
static void |
ValueExpressionHelper.resolveValueExpressionVariableDatatype(ValueExpressionVariable aVarExpr)
CHECK IMPLEMENTATION! CODE UNTESTED! Tries to determine and set the datatype of the given variable value expression, using the given list of table references. |
Uses of ValueExpressionVariable in org.eclipse.datatools.modelbase.sql.query.impl |
---|
Classes in org.eclipse.datatools.modelbase.sql.query.impl that implement ValueExpressionVariable | |
---|---|
class |
ValueExpressionVariableImpl
An implementation of the model object 'SQL Value Expression Variable'. |
Methods in org.eclipse.datatools.modelbase.sql.query.impl that return ValueExpressionVariable | |
---|---|
ValueExpressionVariable |
SQLQueryModelFactoryImpl.createValueExpressionVariable()
|
Uses of ValueExpressionVariable in org.eclipse.datatools.modelbase.sql.query.util |
---|
Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type ValueExpressionVariable | |
---|---|
java.lang.Object |
SQLQueryModelSwitch.caseValueExpressionVariable(ValueExpressionVariable object)
Returns the result of interpreting the object as an instance of 'Value Expression Variable'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |