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

Packages that use ValueExpression
org.eclipse.datatools.enablement.ase.catalog   
org.eclipse.datatools.enablement.sybase.asa.base.catalog   
org.eclipse.datatools.modelbase.sql.expressions   
org.eclipse.datatools.modelbase.sql.expressions.util   
org.eclipse.datatools.modelbase.sql.query   
org.eclipse.datatools.modelbase.sql.query.util   
org.eclipse.datatools.modelbase.sql.tables   
org.eclipse.datatools.modelbase.sql.xml.query   
org.eclipse.datatools.modelbase.sql.xml.query.util   
 

Uses of ValueExpression in org.eclipse.datatools.enablement.ase.catalog
 

Methods in org.eclipse.datatools.enablement.ase.catalog that return ValueExpression
 ValueExpression SybaseASECatalogColumn.getGenerateExpression()
           
 

Uses of ValueExpression in org.eclipse.datatools.enablement.sybase.asa.base.catalog
 

Methods in org.eclipse.datatools.enablement.sybase.asa.base.catalog that return ValueExpression
 ValueExpression SybaseASACatalogBaseColumn.getGenerateExpression()
           
 

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.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 interpreting 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 ValueExpressionRow
          A representation of the model object 'Value Expression Row'.
 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.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.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.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 interpreting the object as an instance of 'Value Expression'.