|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ValueExpressionCast in org.eclipse.datatools.modelbase.sql.query |
---|
Methods in org.eclipse.datatools.modelbase.sql.query that return ValueExpressionCast | |
---|---|
ValueExpressionCast |
SQLQueryModelFactory.createValueExpressionCast()
Returns a new object of class 'Value Expression Cast'. |
ValueExpressionCast |
QueryValueExpression.getValueExprCast()
Returns the value of the 'Value Expr Cast' container reference. |
Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type ValueExpressionCast | |
---|---|
void |
QueryValueExpression.setValueExprCast(ValueExpressionCast value)
Sets the value of the ' Value Expr Cast ' container reference. |
Uses of ValueExpressionCast in org.eclipse.datatools.modelbase.sql.query.helper |
---|
Methods in org.eclipse.datatools.modelbase.sql.query.helper with parameters of type ValueExpressionCast | |
---|---|
static java.util.List |
ValueExpressionHelper.getVECastColumns(ValueExpressionCast aValExpr)
CHECK IMPLEMENTATION! CODE UNTESTED! Method to obtain the column expressions from a ValueExpressionCast |
Uses of ValueExpressionCast in org.eclipse.datatools.modelbase.sql.query.util |
---|
Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type ValueExpressionCast | |
---|---|
java.lang.Object |
SQLQueryModelSwitch.caseValueExpressionCast(ValueExpressionCast object)
Returns the result of interpreting the object as an instance of 'Value Expression Cast'. |
Uses of ValueExpressionCast in org.eclipse.datatools.modelbase.sql.xml.query |
---|
Subinterfaces of ValueExpressionCast in org.eclipse.datatools.modelbase.sql.xml.query | |
---|---|
interface |
XMLValueExpressionCast
A representation of the model object 'XML Value Expression Cast'. |
Uses of ValueExpressionCast in org.eclipse.datatools.modelbase.sql.xml.query.util |
---|
Methods in org.eclipse.datatools.modelbase.sql.xml.query.util with parameters of type ValueExpressionCast | |
---|---|
java.lang.Object |
SQLXMLQueryModelSwitch.caseValueExpressionCast(ValueExpressionCast object)
Returns the result of interpreting the object as an instance of 'Value Expression Cast'. |
Uses of ValueExpressionCast in org.eclipse.datatools.sqltools.parsers.sql.query |
---|
Methods in org.eclipse.datatools.sqltools.parsers.sql.query that return ValueExpressionCast | |
---|---|
ValueExpressionCast |
SQLQueryParserFactory.createCastExpression(QueryValueExpression aExpr,
DataType aCastType)
|
ValueExpressionCast |
SQLQueryParserFactory.createCastExpression(QueryValueExpression aExpr,
java.lang.String aCastType)
|
Uses of ValueExpressionCast in org.eclipse.datatools.sqltools.sqlbuilder.model |
---|
Methods in org.eclipse.datatools.sqltools.sqlbuilder.model that return ValueExpressionCast | |
---|---|
ValueExpressionCast |
ExpressionHelper.createCast(QueryValueExpression expr,
java.lang.String dataType)
Creates a cast expression |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |