Uses of Interface
org.eclipse.datatools.modelbase.sql.expressions.ValueExpression

Packages that use ValueExpression
org.eclipse.datatools.modelbase.sql.expressions   
org.eclipse.datatools.modelbase.sql.expressions.impl   
org.eclipse.datatools.modelbase.sql.expressions.util   
org.eclipse.datatools.modelbase.sql.query   
org.eclipse.datatools.modelbase.sql.query.impl   
org.eclipse.datatools.modelbase.sql.query.util   
org.eclipse.datatools.modelbase.sql.tables   
org.eclipse.datatools.modelbase.sql.tables.impl   
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 ValueExpression in org.eclipse.datatools.modelbase.sql.expressions
 

Subinterfaces of ValueExpression in org.eclipse.datatools.modelbase.sql.expressions
 interface ValueExpressionDefault
          A representation of the model object 'Value Expression Default'.
 

Uses of ValueExpression in org.eclipse.datatools.modelbase.sql.expressions.impl
 

Classes in org.eclipse.datatools.modelbase.sql.expressions.impl that implement ValueExpression
 class ValueExpressionDefaultImpl
          An implementation of the model object 'Value Expression Default'.
 

Uses of ValueExpression in org.eclipse.datatools.modelbase.sql.expressions.util
 

Methods in org.eclipse.datatools.modelbase.sql.expressions.util with parameters of type ValueExpression
 java.lang.Object SQLExpressionsSwitch.caseValueExpression(ValueExpression object)
          Returns the result of interpretting the object as an instance of 'Value Expression'.
 

Uses of ValueExpression in org.eclipse.datatools.modelbase.sql.query
 

Subinterfaces of ValueExpression in org.eclipse.datatools.modelbase.sql.query
 interface QueryValueExpression
          A representation of the model object 'SQL Value Expression'.
 interface ValueExpressionAtomic
          A representation of the model object 'SQL Value Expression Atomic'.
 interface ValueExpressionCase
          A representation of the model object 'SQL Value Expression Case'.
 interface ValueExpressionCaseSearch
          A representation of the model object 'SQL Value Expression Case Search'.
 interface ValueExpressionCaseSimple
          A representation of the model object 'SQL Value Expression Case Simple'.
 interface ValueExpressionCast
          A representation of the model object 'SQL Value Expression Cast'.
 interface ValueExpressionColumn
          A representation of the model object 'SQL Value Expression Column'.
 interface ValueExpressionCombined
          A representation of the model object 'SQL Value Expression Combined'.
 interface ValueExpressionDefaultValue
          A representation of the model object 'SQL Value Expression Default'.
 interface ValueExpressionFunction
          A representation of the model object 'SQL Value Expression Function'.
 interface ValueExpressionLabeledDuration
          A representation of the model object 'SQL Value Expression Labeled Duration'.
 interface ValueExpressionNested
          A representation of the model object 'SQL Value Expression Nested'.
 interface ValueExpressionNullValue
          A representation of the model object 'SQL Value Expression Null'.
 interface ValueExpressionScalarSelect
          A representation of the model object 'SQL Value Expression Scalar Select'.
 interface ValueExpressionSimple
          A representation of the model object 'SQL Value Expression Simple'.
 interface ValueExpressionVariable
          A representation of the model object 'SQL Value Expression Variable'.
 

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

Classes in org.eclipse.datatools.modelbase.sql.query.impl that implement ValueExpression
 class QueryValueExpressionImpl
          An implementation of the model object 'SQL Value Expression'.
 class ValueExpressionAtomicImpl
          An implementation of the model object 'SQL Value Expression Atomic'.
 class ValueExpressionCaseImpl
          An implementation of the model object 'SQL Value Expression Case'.
 class ValueExpressionCaseSearchImpl
          An implementation of the model object 'SQL Value Expression Case Search'.
 class ValueExpressionCaseSimpleImpl
          An implementation of the model object 'SQL Value Expression Case Simple'.
 class ValueExpressionCastImpl
          An implementation of the model object 'SQL Value Expression Cast'.
 class ValueExpressionColumnImpl
          An implementation of the model object 'SQL Value Expression Column'.
 class ValueExpressionCombinedImpl
          An implementation of the model object 'SQL Value Expression Combined'.
 class ValueExpressionDefaultValueImpl
          An implementation of the model object 'SQL Value Expression Default'.
 class ValueExpressionFunctionImpl
          An implementation of the model object 'SQL Value Expression Function'.
 class ValueExpressionLabeledDurationImpl
          An implementation of the model object 'SQL Value Expression Labeled Duration'.
 class ValueExpressionNestedImpl
          An implementation of the model object 'SQL Value Expression Nested'.
 class ValueExpressionNullValueImpl
          An implementation of the model object 'SQL Value Expression Null'.
 class ValueExpressionScalarSelectImpl
          An implementation of the model object 'SQL Value Expression Scalar Select'.
 class ValueExpressionSimpleImpl
          An implementation of the model object 'SQL Value Expression Simple'.
 class ValueExpressionVariableImpl
          An implementation of the model object 'SQL Value Expression Variable'.
 

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

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

Uses of ValueExpression in org.eclipse.datatools.modelbase.sql.tables
 

Methods in org.eclipse.datatools.modelbase.sql.tables that return ValueExpression
 ValueExpression Column.getGenerateExpression()
          Returns the value of the 'Generate Expression' containment reference.
 

Methods in org.eclipse.datatools.modelbase.sql.tables with parameters of type ValueExpression
 void Column.setGenerateExpression(ValueExpression value)
          Sets the value of the 'Generate Expression' containment reference.
 

Uses of ValueExpression in org.eclipse.datatools.modelbase.sql.tables.impl
 

Methods in org.eclipse.datatools.modelbase.sql.tables.impl that return ValueExpression
 ValueExpression ColumnImpl.getGenerateExpression()
           
 

Methods in org.eclipse.datatools.modelbase.sql.tables.impl with parameters of type ValueExpression
 NotificationChain ColumnImpl.basicSetGenerateExpression(ValueExpression newGenerateExpression, NotificationChain msgs)
           
 void ColumnImpl.setGenerateExpression(ValueExpression newGenerateExpression)
           
 

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

Subinterfaces of ValueExpression in org.eclipse.datatools.modelbase.sql.xml.query
 interface XMLAggregateFunction
          A representation of the model object 'XML Aggregate Function'.
 interface XMLAttributeDeclarationItem
          A representation of the model object 'XML Attribute Declaration Item'.
 interface XMLQueryArgumentItem
          A representation of the model object 'XML Query Argument Item'.
 interface XMLSerializeFunction
          A representation of the model object 'XML Serialize Function'.
 interface XMLSerializeFunctionTarget
          A representation of the model object 'XML Serialize Function Target'.
 interface XMLTableColumnDefinitionDefault
          A representation of the model object 'XML Table Column Definition Default'.
 interface XMLValueExpressionCast
          A representation of the model object 'XML Value Expression Cast'.
 interface XMLValueFunction
          A representation of the model object 'XML Value Function'.
 interface XMLValueFunctionComment
          A representation of the model object 'XML Value Function Comment'.
 interface XMLValueFunctionCommentContent
          A representation of the model object 'XML Value Function Comment Content'.
 interface XMLValueFunctionConcat
          A representation of the model object 'XML Value Function Concat'.
 interface XMLValueFunctionConcatContentItem
          A representation of the model object 'XML Value Function Concat Content Item'.
 interface XMLValueFunctionDocument
          A representation of the model object 'XML Value Function Document'.
 interface XMLValueFunctionDocumentContent
          A representation of the model object 'XML Value Function Document Content'.
 interface XMLValueFunctionElement
          A representation of the model object 'XML Value Function Element'.
 interface XMLValueFunctionElementContentItem
          A representation of the model object 'XML Value Function Element Content Item'.
 interface XMLValueFunctionForest
          A representation of the model object 'XML Value Function Forest'.
 interface XMLValueFunctionForestContentItem
          A representation of the model object 'XML Value Function Forest Content Item'.
 interface XMLValueFunctionParse
          A representation of the model object 'XML Value Function Parse'.
 interface XMLValueFunctionParseContent
          A representation of the model object 'XML Value Function Parse Content'.
 interface XMLValueFunctionPI
          A representation of the model object 'XML Value Function PI'.
 interface XMLValueFunctionPIContent
          A representation of the model object 'XML Value Function PI Content'.
 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 XMLValueFunctionTextContent
          A representation of the model object 'XML Value Function Text Content'.
 interface XMLValueFunctionValidate
          A representation of the model object 'XML Value Function Validate'.
 interface XMLValueFunctionValidateContent
          A representation of the model object 'XML Value Function Validate Content'.
 

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

Classes in org.eclipse.datatools.modelbase.sql.xml.query.impl that implement ValueExpression
 class XMLAggregateFunctionImpl
          An implementation of the model object 'XML Aggregate Function'.
 class XMLAttributeDeclarationItemImpl
          An implementation of the model object 'XML Attribute Declaration Item'.
 class XMLQueryArgumentItemImpl
          An implementation of the model object 'XML Query Argument Item'.
 class XMLSerializeFunctionImpl
          An implementation of the model object 'XML Serialize Function'.
 class XMLSerializeFunctionTargetImpl
          An implementation of the model object 'XML Serialize Function Target'.
 class XMLTableColumnDefinitionDefaultImpl
          An implementation of the model object 'XML Table Column Definition Default'.
 class XMLValueExpressionCastImpl
          An implementation of the model object 'XML Value Expression Cast'.
 class XMLValueFunctionCommentContentImpl
          An implementation of the model object 'XML Value Function Comment Content'.
 class XMLValueFunctionCommentImpl
          An implementation of the model object 'XML Value Function Comment'.
 class XMLValueFunctionConcatContentItemImpl
          An implementation of the model object 'XML Value Function Concat Content Item'.
 class XMLValueFunctionConcatImpl
          An implementation of the model object 'XML Value Function Concat'.
 class XMLValueFunctionDocumentContentImpl
          An implementation of the model object 'XML Value Function Document Content'.
 class XMLValueFunctionDocumentImpl
          An implementation of the model object 'XML Value Function Document'.
 class XMLValueFunctionElementContentItemImpl
          An implementation of the model object 'XML Value Function Element Content Item'.
 class XMLValueFunctionElementImpl
          An implementation of the model object 'XML Value Function Element'.
 class XMLValueFunctionForestContentItemImpl
          An implementation of the model object 'XML Value Function Forest Content Item'.
 class XMLValueFunctionForestImpl
          An implementation of the model object 'XML Value Function Forest'.
 class XMLValueFunctionImpl
          An implementation of the model object 'XML Value Function'.
 class XMLValueFunctionParseContentImpl
          An implementation of the model object 'XML Value Function Parse Content'.
 class XMLValueFunctionParseImpl
          An implementation of the model object 'XML Value Function Parse'.
 class XMLValueFunctionPIContentImpl
          An implementation of the model object 'XML Value Function PI Content'.
 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 XMLValueFunctionTextContentImpl
          An implementation of the model object 'XML Value Function Text Content'.
 class XMLValueFunctionTextImpl
          An implementation of the model object 'XML Value Function Text'.
 class XMLValueFunctionValidateContentImpl
          An implementation of the model object 'XML Value Function Validate Content'.
 class XMLValueFunctionValidateImpl
          An implementation of the model object 'XML Value Function Validate'.
 

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

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



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