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

Packages that use ValueExpressionFunction
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 ValueExpressionFunction in org.eclipse.datatools.modelbase.sql.query
 

Methods in org.eclipse.datatools.modelbase.sql.query that return ValueExpressionFunction
 ValueExpressionFunction SQLQueryModelFactory.createValueExpressionFunction()
          Returns a new object of class 'Value Expression Function'.
 ValueExpressionFunction QueryValueExpression.getValueExprFunction()
          Returns the value of the 'Value Expr Function' container reference.
 

Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type ValueExpressionFunction
 void QueryValueExpression.setValueExprFunction(ValueExpressionFunction value)
          Sets the value of the 'Value Expr Function' container reference.
 

Uses of ValueExpressionFunction in org.eclipse.datatools.modelbase.sql.query.helper
 

Methods in org.eclipse.datatools.modelbase.sql.query.helper with parameters of type ValueExpressionFunction
static java.util.List ValueExpressionHelper.getVEFunctionColumns(ValueExpressionFunction funcExpr)
          CHECK IMPLEMENTATION! CODE UNTESTED! Method to obtain the column expressions from a ValueExpressionFunction
static void ValueExpressionHelper.resolveValueExpressionFunctionDatatype(ValueExpressionFunction aValExpr)
          CHECK IMPLEMENTATION! CODE UNTESTED! Tries to determine and set the datatype of the given function value expression.
 

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

Classes in org.eclipse.datatools.modelbase.sql.query.impl that implement ValueExpressionFunction
 class ValueExpressionFunctionImpl
          An implementation of the model object 'SQL Value Expression Function'.
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl that return ValueExpressionFunction
 ValueExpressionFunction SQLQueryModelFactoryImpl.createValueExpressionFunction()
           
 ValueExpressionFunction QueryValueExpressionImpl.getValueExprFunction()
           
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl with parameters of type ValueExpressionFunction
 NotificationChain QueryValueExpressionImpl.basicSetValueExprFunction(ValueExpressionFunction newValueExprFunction, NotificationChain msgs)
           
 void QueryValueExpressionImpl.setValueExprFunction(ValueExpressionFunction newValueExprFunction)
           
 

Uses of ValueExpressionFunction in org.eclipse.datatools.modelbase.sql.query.util
 

Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type ValueExpressionFunction
 java.lang.Object SQLQueryModelSwitch.caseValueExpressionFunction(ValueExpressionFunction object)
          Returns the result of interpreting the object as an instance of 'Value Expression Function'.
 

Uses of ValueExpressionFunction in org.eclipse.datatools.modelbase.sql.xml.query
 

Subinterfaces of ValueExpressionFunction in org.eclipse.datatools.modelbase.sql.xml.query
 interface XMLAggregateFunction
          A representation of the model object 'XML Aggregate Function'.
 interface XMLSerializeFunction
          A representation of the model object 'XML Serialize Function'.
 interface XMLValueFunction
          A representation of the model object 'XML Value Function'.
 interface XMLValueFunctionComment
          A representation of the model object 'XML Value Function Comment'.
 interface XMLValueFunctionConcat
          A representation of the model object 'XML Value Function Concat'.
 interface XMLValueFunctionDocument
          A representation of the model object 'XML Value Function Document'.
 interface XMLValueFunctionElement
          A representation of the model object 'XML Value Function Element'.
 interface XMLValueFunctionForest
          A representation of the model object 'XML Value Function Forest'.
 interface XMLValueFunctionParse
          A representation of the model object 'XML Value Function Parse'.
 interface XMLValueFunctionPI
          A representation of the model object 'XML Value Function PI'.
 interface XMLValueFunctionQuery
          A representation of the model object 'XML Value Function Query'.
 interface XMLValueFunctionText
          A representation of the model object 'XML Value Function Text'.
 interface XMLValueFunctionValidate
          A representation of the model object 'XML Value Function Validate'.
 

Uses of ValueExpressionFunction in org.eclipse.datatools.modelbase.sql.xml.query.impl
 

Classes in org.eclipse.datatools.modelbase.sql.xml.query.impl that implement ValueExpressionFunction
 class XMLAggregateFunctionImpl
          An implementation of the model object 'XML Aggregate Function'.
 class XMLSerializeFunctionImpl
          An implementation of the model object 'XML Serialize Function'.
 class XMLValueFunctionCommentImpl
          An implementation of the model object 'XML Value Function Comment'.
 class XMLValueFunctionConcatImpl
          An implementation of the model object 'XML Value Function Concat'.
 class XMLValueFunctionDocumentImpl
          An implementation of the model object 'XML Value Function Document'.
 class XMLValueFunctionElementImpl
          An implementation of the model object 'XML Value Function Element'.
 class XMLValueFunctionForestImpl
          An implementation of the model object 'XML Value Function Forest'.
 class XMLValueFunctionImpl
          An implementation of the model object 'XML Value Function'.
 class XMLValueFunctionParseImpl
          An implementation of the model object 'XML Value Function Parse'.
 class XMLValueFunctionPIImpl
          An implementation of the model object 'XML Value Function PI'.
 class XMLValueFunctionQueryImpl
          An implementation of the model object 'XML Value Function Query'.
 class XMLValueFunctionTextImpl
          An implementation of the model object 'XML Value Function Text'.
 class XMLValueFunctionValidateImpl
          An implementation of the model object 'XML Value Function Validate'.
 

Uses of ValueExpressionFunction in org.eclipse.datatools.modelbase.sql.xml.query.util
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.util with parameters of type ValueExpressionFunction
 java.lang.Object SQLXMLQueryModelSwitch.caseValueExpressionFunction(ValueExpressionFunction object)
          Returns the result of interpretting the object as an instance of 'Value Expression Function'.
 



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