Uses of Interface
org.eclipse.datatools.modelbase.sql.query.ValueExpressionCast

Packages that use ValueExpressionCast
org.eclipse.datatools.modelbase.sql.query   
org.eclipse.datatools.modelbase.sql.query.helper   
org.eclipse.datatools.modelbase.sql.query.impl   
org.eclipse.datatools.modelbase.sql.query.util   
org.eclipse.datatools.modelbase.sql.xml.query   
org.eclipse.datatools.modelbase.sql.xml.query.impl   
org.eclipse.datatools.modelbase.sql.xml.query.util   
 

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
static void ValueExpressionHelper.resolveValueExpressionCastDatatype(ValueExpressionCast aCastValueExpr)
          Deprecated. redundant method
 

Uses of ValueExpressionCast in org.eclipse.datatools.modelbase.sql.query.impl
 

Classes in org.eclipse.datatools.modelbase.sql.query.impl that implement ValueExpressionCast
 class ValueExpressionCastImpl
           An implementation of the model object 'SQL Value Expression Cast'.
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl that return ValueExpressionCast
 ValueExpressionCast SQLQueryModelFactoryImpl.createValueExpressionCast()
           
 ValueExpressionCast QueryValueExpressionImpl.getValueExprCast()
           
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl with parameters of type ValueExpressionCast
 NotificationChain QueryValueExpressionImpl.basicSetValueExprCast(ValueExpressionCast newValueExprCast, NotificationChain msgs)
           
 void QueryValueExpressionImpl.setValueExprCast(ValueExpressionCast newValueExprCast)
           
 

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 interpretting 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.impl
 

Classes in org.eclipse.datatools.modelbase.sql.xml.query.impl that implement ValueExpressionCast
 class XMLValueExpressionCastImpl
           An implementation 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 interpretting the object as an instance of 'Value Expression Cast'.
 



Copyright © 2006 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.