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

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

Subinterfaces of QueryValueExpression in org.eclipse.datatools.modelbase.sql.query
 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'.
 

Methods in org.eclipse.datatools.modelbase.sql.query that return QueryValueExpression
 QueryValueExpression PredicateLike.getEscapeValueExpr()
          Returns the value of the 'Escape Value Expr' containment reference.
 QueryValueExpression PredicateBasic.getLeftValueExpr()
          Returns the value of the 'Left Value Expr' containment reference.
 QueryValueExpression PredicateBetween.getLeftValueExpr()
          Returns the value of the 'Left Value Expr' containment reference.
 QueryValueExpression ValueExpressionCombined.getLeftValueExpr()
          Returns the value of the 'Left Value Expr' containment reference.
 QueryValueExpression PredicateLike.getMatchingValueExpr()
          Returns the value of the 'Matching Value Expr' containment reference.
 QueryValueExpression ValueExpressionNested.getNestedValueExpr()
          Returns the value of the 'Nested Value Expr' containment reference.
 QueryValueExpression PredicateLike.getPatternValueExpr()
          Returns the value of the 'Pattern Value Expr' containment reference.
 QueryValueExpression ValueExpressionCaseSimpleContent.getResultValueExpr()
          Returns the value of the 'Result Value Expr' containment reference.
 QueryValueExpression PredicateBasic.getRightValueExpr()
          Returns the value of the 'Right Value Expr' containment reference.
 QueryValueExpression ValueExpressionCombined.getRightValueExpr()
          Returns the value of the 'Right Value Expr' containment reference.
 QueryValueExpression PredicateBetween.getRightValueExpr1()
          Returns the value of the 'Right Value Expr1' containment reference.
 QueryValueExpression PredicateBetween.getRightValueExpr2()
          Returns the value of the 'Right Value Expr2' containment reference.
 QueryValueExpression PredicateIsNull.getValueExpr()
          Returns the value of the 'Value Expr' containment reference.
 QueryValueExpression ValueExpressionCaseSearchContent.getValueExpr()
          Returns the value of the 'Value Expr' containment reference.
 QueryValueExpression GroupingExpression.getValueExpr()
          Returns the value of the 'Value Expr' containment reference.
 QueryValueExpression PredicateInValueList.getValueExpr()
          Returns the value of the 'Value Expr' containment reference.
 QueryValueExpression PredicateQuantifiedValueSelect.getValueExpr()
          Returns the value of the 'Value Expr' containment reference.
 QueryValueExpression ValueExpressionCaseSimple.getValueExpr()
          Returns the value of the 'Value Expr' containment reference.
 QueryValueExpression ValueExpressionLabeledDuration.getValueExpr()
          Returns the value of the 'Value Expr' containment reference.
 QueryValueExpression ValueExpressionCaseElse.getValueExpr()
          Returns the value of the 'Value Expr' containment reference.
 QueryValueExpression ValueExpressionCast.getValueExpr()
          Returns the value of the 'Value Expr' containment reference.
 QueryValueExpression ResultColumn.getValueExpr()
          Returns the value of the 'Value Expr' containment reference.
 QueryValueExpression OrderByValueExpression.getValueExpr()
          Returns the value of the 'Value Expr' containment reference.
 QueryValueExpression PredicateInValueSelect.getValueExpr()
          Returns the value of the 'Value Expr' containment reference.
 QueryValueExpression ValueExpressionCaseSimpleContent.getWhenValueExpr()
          Returns the value of the 'When Value Expr' containment reference.
 

Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type QueryValueExpression
 void PredicateLike.setEscapeValueExpr(QueryValueExpression value)
          Sets the value of the 'Escape Value Expr' containment reference.
 void PredicateBasic.setLeftValueExpr(QueryValueExpression value)
          Sets the value of the 'Left Value Expr' containment reference.
 void PredicateBetween.setLeftValueExpr(QueryValueExpression value)
          Sets the value of the 'Left Value Expr' containment reference.
 void ValueExpressionCombined.setLeftValueExpr(QueryValueExpression value)
          Sets the value of the 'Left Value Expr' containment reference.
 void PredicateLike.setMatchingValueExpr(QueryValueExpression value)
          Sets the value of the 'Matching Value Expr' containment reference.
 void ValueExpressionNested.setNestedValueExpr(QueryValueExpression value)
          Sets the value of the 'Nested Value Expr' containment reference.
 void PredicateLike.setPatternValueExpr(QueryValueExpression value)
          Sets the value of the 'Pattern Value Expr' containment reference.
 void ValueExpressionCaseSimpleContent.setResultValueExpr(QueryValueExpression value)
          Sets the value of the 'Result Value Expr' containment reference.
 void PredicateBasic.setRightValueExpr(QueryValueExpression value)
          Sets the value of the 'Right Value Expr' containment reference.
 void ValueExpressionCombined.setRightValueExpr(QueryValueExpression value)
          Sets the value of the 'Right Value Expr' containment reference.
 void PredicateBetween.setRightValueExpr1(QueryValueExpression value)
          Sets the value of the 'Right Value Expr1' containment reference.
 void PredicateBetween.setRightValueExpr2(QueryValueExpression value)
          Sets the value of the 'Right Value Expr2' containment reference.
 void PredicateIsNull.setValueExpr(QueryValueExpression value)
          Sets the value of the 'Value Expr' containment reference.
 void ValueExpressionCaseSearchContent.setValueExpr(QueryValueExpression value)
          Sets the value of the 'Value Expr' containment reference.
 void GroupingExpression.setValueExpr(QueryValueExpression value)
          Sets the value of the 'Value Expr' containment reference.
 void PredicateInValueList.setValueExpr(QueryValueExpression value)
          Sets the value of the 'Value Expr' containment reference.
 void PredicateQuantifiedValueSelect.setValueExpr(QueryValueExpression value)
          Sets the value of the 'Value Expr' containment reference.
 void ValueExpressionCaseSimple.setValueExpr(QueryValueExpression value)
          Sets the value of the 'Value Expr' containment reference.
 void ValueExpressionLabeledDuration.setValueExpr(QueryValueExpression value)
          Sets the value of the 'Value Expr' containment reference.
 void ValueExpressionCaseElse.setValueExpr(QueryValueExpression value)
          Sets the value of the 'Value Expr' containment reference.
 void ValueExpressionCast.setValueExpr(QueryValueExpression value)
          Sets the value of the 'Value Expr' containment reference.
 void ResultColumn.setValueExpr(QueryValueExpression value)
          Sets the value of the 'Value Expr' containment reference.
 void OrderByValueExpression.setValueExpr(QueryValueExpression value)
          Sets the value of the 'Value Expr' containment reference.
 void PredicateInValueSelect.setValueExpr(QueryValueExpression value)
          Sets the value of the 'Value Expr' containment reference.
 void ValueExpressionCaseSimpleContent.setWhenValueExpr(QueryValueExpression value)
          Sets the value of the 'When Value Expr' containment reference.
 

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

Methods in org.eclipse.datatools.modelbase.sql.query.helper that return QueryValueExpression
static QueryValueExpression ValueExpressionHelper.cloneQueryValueExpression(QueryValueExpression valueExpr)
          Returns a copy of the given valueExpr using EcoreUtil#copy(org.eclipse.emf.ecore.EObject).
 

Methods in org.eclipse.datatools.modelbase.sql.query.helper with parameters of type QueryValueExpression
static void ValueExpressionHelper.addExpressionsToList(java.util.List columnList, QueryValueExpression aValueExpr)
          CHECK IMPLEMENTATION! CODE UNTESTED! Determines whether a given value expression is already a column expression and if so, adds it to the passed in list.
static PredicateBasic JoinHelper.buildPredicateBasic(QueryValueExpression leftExpr, QueryValueExpression rightExpr, java.lang.String oper)
          Creates a PredicateBasic object using the given expressions and operator.
static QuerySearchCondition JoinHelper.buildSearchCondition(QuerySearchCondition currentSearchCon, QueryValueExpression leftExpr, QueryValueExpression rightExpr, java.lang.String oper)
          Creates a new predicate and adds it to the given search condition.
static QueryValueExpression ValueExpressionHelper.cloneQueryValueExpression(QueryValueExpression valueExpr)
          Returns a copy of the given valueExpr using EcoreUtil#copy(org.eclipse.emf.ecore.EObject).
static void ValueExpressionHelper.copyDataType(QueryValueExpression aSourceExpr, QueryValueExpression aTargetExpr)
          Attempts to copy the datatype from one given value expression to another using EcoreUtil#copy(org.eclipse.emf.ecore.EObject).
static java.util.Set TableHelper.findColumnReferencesInValueExpression(QueryValueExpression valueExpr)
          Returns a Set containing all ValueExpressionColumn s found in the given QueryValueExpression.
static java.util.List ValueExpressionHelper.getColumnsFromValueExpression(QueryValueExpression valueExpr)
          CHECK IMPLEMENTATION! CODE UNTESTED! Method to obtain the column expressions from a generic ValueExpression Note that only the value expressions listed below can contain columns within them.
static java.util.List ValueExpressionHelper.getTableNamesFromExpression(QueryValueExpression valueExpr)
          CHECK IMPLEMENTATION! CODE UNTESTED! Method to obtain the string table name/s from a ValueExpression
static java.util.List ValueExpressionHelper.getTableRefsFromExpression(QueryValueExpression valueExpr)
          CHECK IMPLEMENTATION! CODE UNTESTED! Method to obtain the table references from a ValueExpression
static void StatementHelper.removeValueExpression(QueryValueExpression valExpr)
          Removes the given ValueExpression object from the object that contains it.
static void ValueExpressionHelper.resolveTablesInValueExpression(QueryValueExpression valExpr, java.util.List tables)
          CHECK IMPLEMENTATION! CODE UNTESTED! Substitutes the tables in the given table list into the given Value Expression in place of the one it currently has.
static void ValueExpressionHelper.resolveValueExpressionConcatDatatype(QueryValueExpression aValExpr, QueryValueExpression aLeftValExpr, QueryValueExpression aRightValExpr)
          CHECK IMPLEMENTATION! CODE UNTESTED! Tries to determine and set the datatype (DataType) of the given "concatenated" value expression.
static void ValueExpressionHelper.resolveValueExpressionDatatype(QueryValueExpression valExpr)
          CHECK IMPLEMENTATION! CODE UNTESTED! Tries to determine and set the datatype (DataType) of the given value expression.
static void ValueExpressionHelper.resolveValueExpressionDatatypeRecursively(QueryValueExpression aValueExpr)
          Tries to recursively determine and set the datatype (DataType) of the given value expression.
 

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

Classes in org.eclipse.datatools.modelbase.sql.query.impl that implement QueryValueExpression
 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'.
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl that return QueryValueExpression
 QueryValueExpression PredicateLikeImpl.getEscapeValueExpr()
           
 QueryValueExpression ValueExpressionCombinedImpl.getLeftValueExpr()
           
 QueryValueExpression PredicateBasicImpl.getLeftValueExpr()
           
 QueryValueExpression PredicateBetweenImpl.getLeftValueExpr()
           
 QueryValueExpression PredicateLikeImpl.getMatchingValueExpr()
           
 QueryValueExpression ValueExpressionNestedImpl.getNestedValueExpr()
           
 QueryValueExpression PredicateLikeImpl.getPatternValueExpr()
           
 QueryValueExpression ValueExpressionCaseSimpleContentImpl.getResultValueExpr()
           
 QueryValueExpression ValueExpressionCombinedImpl.getRightValueExpr()
           
 QueryValueExpression PredicateBasicImpl.getRightValueExpr()
           
 QueryValueExpression PredicateBetweenImpl.getRightValueExpr1()
           
 QueryValueExpression PredicateBetweenImpl.getRightValueExpr2()
           
 QueryValueExpression ValueExpressionCaseSearchContentImpl.getValueExpr()
           
 QueryValueExpression ResultColumnImpl.getValueExpr()
           
 QueryValueExpression ValueExpressionCaseSimpleImpl.getValueExpr()
           
 QueryValueExpression GroupingExpressionImpl.getValueExpr()
           
 QueryValueExpression ValueExpressionCastImpl.getValueExpr()
           
 QueryValueExpression PredicateQuantifiedValueSelectImpl.getValueExpr()
           
 QueryValueExpression PredicateInValueSelectImpl.getValueExpr()
           
 QueryValueExpression OrderByValueExpressionImpl.getValueExpr()
           
 QueryValueExpression PredicateInValueListImpl.getValueExpr()
           
 QueryValueExpression ValueExpressionLabeledDurationImpl.getValueExpr()
           
 QueryValueExpression ValueExpressionCaseElseImpl.getValueExpr()
           
 QueryValueExpression PredicateIsNullImpl.getValueExpr()
           
 QueryValueExpression ValueExpressionCaseSimpleContentImpl.getWhenValueExpr()
           
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl with parameters of type QueryValueExpression
 NotificationChain PredicateLikeImpl.basicSetEscapeValueExpr(QueryValueExpression newEscapeValueExpr, NotificationChain msgs)
           
 NotificationChain ValueExpressionCombinedImpl.basicSetLeftValueExpr(QueryValueExpression newLeftValueExpr, NotificationChain msgs)
           
 NotificationChain PredicateBasicImpl.basicSetLeftValueExpr(QueryValueExpression newLeftValueExpr, NotificationChain msgs)
           
 NotificationChain PredicateBetweenImpl.basicSetLeftValueExpr(QueryValueExpression newLeftValueExpr, NotificationChain msgs)
           
 NotificationChain PredicateLikeImpl.basicSetMatchingValueExpr(QueryValueExpression newMatchingValueExpr, NotificationChain msgs)
           
 NotificationChain ValueExpressionNestedImpl.basicSetNestedValueExpr(QueryValueExpression newNestedValueExpr, NotificationChain msgs)
           
 NotificationChain PredicateLikeImpl.basicSetPatternValueExpr(QueryValueExpression newPatternValueExpr, NotificationChain msgs)
           
 NotificationChain ValueExpressionCaseSimpleContentImpl.basicSetResultValueExpr(QueryValueExpression newResultValueExpr, NotificationChain msgs)
           
 NotificationChain ValueExpressionCombinedImpl.basicSetRightValueExpr(QueryValueExpression newRightValueExpr, NotificationChain msgs)
           
 NotificationChain PredicateBasicImpl.basicSetRightValueExpr(QueryValueExpression newRightValueExpr, NotificationChain msgs)
           
 NotificationChain PredicateBetweenImpl.basicSetRightValueExpr1(QueryValueExpression newRightValueExpr1, NotificationChain msgs)
           
 NotificationChain PredicateBetweenImpl.basicSetRightValueExpr2(QueryValueExpression newRightValueExpr2, NotificationChain msgs)
           
 NotificationChain ValueExpressionCaseSearchContentImpl.basicSetValueExpr(QueryValueExpression newValueExpr, NotificationChain msgs)
           
 NotificationChain ResultColumnImpl.basicSetValueExpr(QueryValueExpression newValueExpr, NotificationChain msgs)
           
 NotificationChain ValueExpressionCaseSimpleImpl.basicSetValueExpr(QueryValueExpression newValueExpr, NotificationChain msgs)
           
 NotificationChain GroupingExpressionImpl.basicSetValueExpr(QueryValueExpression newValueExpr, NotificationChain msgs)
           
 NotificationChain ValueExpressionCastImpl.basicSetValueExpr(QueryValueExpression newValueExpr, NotificationChain msgs)
           
 NotificationChain PredicateQuantifiedValueSelectImpl.basicSetValueExpr(QueryValueExpression newValueExpr, NotificationChain msgs)
           
 NotificationChain PredicateInValueSelectImpl.basicSetValueExpr(QueryValueExpression newValueExpr, NotificationChain msgs)
           
 NotificationChain OrderByValueExpressionImpl.basicSetValueExpr(QueryValueExpression newValueExpr, NotificationChain msgs)
           
 NotificationChain PredicateInValueListImpl.basicSetValueExpr(QueryValueExpression newValueExpr, NotificationChain msgs)
           
 NotificationChain ValueExpressionLabeledDurationImpl.basicSetValueExpr(QueryValueExpression newValueExpr, NotificationChain msgs)
           
 NotificationChain ValueExpressionCaseElseImpl.basicSetValueExpr(QueryValueExpression newValueExpr, NotificationChain msgs)
           
 NotificationChain PredicateIsNullImpl.basicSetValueExpr(QueryValueExpression newValueExpr, NotificationChain msgs)
           
 NotificationChain ValueExpressionCaseSimpleContentImpl.basicSetWhenValueExpr(QueryValueExpression newWhenValueExpr, NotificationChain msgs)
           
 void PredicateLikeImpl.setEscapeValueExpr(QueryValueExpression newEscapeValueExpr)
           
 void ValueExpressionCombinedImpl.setLeftValueExpr(QueryValueExpression newLeftValueExpr)
           
 void PredicateBasicImpl.setLeftValueExpr(QueryValueExpression newLeftValueExpr)
           
 void PredicateBetweenImpl.setLeftValueExpr(QueryValueExpression newLeftValueExpr)
           
 void PredicateLikeImpl.setMatchingValueExpr(QueryValueExpression newMatchingValueExpr)
           
 void ValueExpressionNestedImpl.setNestedValueExpr(QueryValueExpression newNestedValueExpr)
           
 void PredicateLikeImpl.setPatternValueExpr(QueryValueExpression newPatternValueExpr)
           
 void ValueExpressionCaseSimpleContentImpl.setResultValueExpr(QueryValueExpression newResultValueExpr)
           
 void ValueExpressionCombinedImpl.setRightValueExpr(QueryValueExpression newRightValueExpr)
           
 void PredicateBasicImpl.setRightValueExpr(QueryValueExpression newRightValueExpr)
           
 void PredicateBetweenImpl.setRightValueExpr1(QueryValueExpression newRightValueExpr1)
           
 void PredicateBetweenImpl.setRightValueExpr2(QueryValueExpression newRightValueExpr2)
           
 void ValueExpressionCaseSearchContentImpl.setValueExpr(QueryValueExpression newValueExpr)
           
 void ResultColumnImpl.setValueExpr(QueryValueExpression newValueExpr)
           
 void ValueExpressionCaseSimpleImpl.setValueExpr(QueryValueExpression newValueExpr)
           
 void GroupingExpressionImpl.setValueExpr(QueryValueExpression newValueExpr)
           
 void ValueExpressionCastImpl.setValueExpr(QueryValueExpression newValueExpr)
           
 void PredicateQuantifiedValueSelectImpl.setValueExpr(QueryValueExpression newValueExpr)
           
 void PredicateInValueSelectImpl.setValueExpr(QueryValueExpression newValueExpr)
           
 void OrderByValueExpressionImpl.setValueExpr(QueryValueExpression newValueExpr)
           
 void PredicateInValueListImpl.setValueExpr(QueryValueExpression newValueExpr)
           
 void ValueExpressionLabeledDurationImpl.setValueExpr(QueryValueExpression newValueExpr)
           
 void ValueExpressionCaseElseImpl.setValueExpr(QueryValueExpression newValueExpr)
           
 void PredicateIsNullImpl.setValueExpr(QueryValueExpression newValueExpr)
           
 void ValueExpressionCaseSimpleContentImpl.setWhenValueExpr(QueryValueExpression newWhenValueExpr)
           
 

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

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

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

Subinterfaces of QueryValueExpression 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'.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query that return QueryValueExpression
 QueryValueExpression XMLQueryArgumentItem.getValueExpr()
          Returns the value of the 'Value Expr' containment reference.
 QueryValueExpression XMLValueFunctionValidateContent.getValueExpr()
          Returns the value of the 'Value Expr' containment reference.
 QueryValueExpression XMLValueFunctionCommentContent.getValueExpr()
          Returns the value of the 'Value Expr' containment reference.
 QueryValueExpression XMLValueFunctionForestContentItem.getValueExpr()
          Returns the value of the 'Value Expr' containment reference.
 QueryValueExpression XMLAttributeDeclarationItem.getValueExpr()
          Returns the value of the 'Value Expr' containment reference.
 QueryValueExpression XMLValueFunctionConcatContentItem.getValueExpr()
          Returns the value of the 'Value Expr' containment reference.
 QueryValueExpression XMLSerializeFunctionTarget.getValueExpr()
          Returns the value of the 'Value Expr' containment reference.
 QueryValueExpression XMLTableColumnDefinitionDefault.getValueExpr()
          Returns the value of the 'Value Expr' containment reference.
 QueryValueExpression XMLValueFunctionPIContent.getValueExpr()
          Returns the value of the 'Value Expr' containment reference.
 QueryValueExpression XMLValueFunctionParseContent.getValueExpr()
          Returns the value of the 'Value Expr' containment reference.
 QueryValueExpression XMLValueFunctionTextContent.getValueExpr()
          Returns the value of the 'Value Expr' containment reference.
 QueryValueExpression XMLValueFunctionDocumentContent.getValueExpr()
          Returns the value of the 'Value Expr' containment reference.
 QueryValueExpression XMLValueFunctionElementContentItem.getValueExpr()
          Returns the value of the 'Value Expr' containment reference.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type QueryValueExpression
 void XMLQueryArgumentItem.setValueExpr(QueryValueExpression value)
          Sets the value of the 'Value Expr' containment reference.
 void XMLValueFunctionValidateContent.setValueExpr(QueryValueExpression value)
          Sets the value of the 'Value Expr' containment reference.
 void XMLValueFunctionCommentContent.setValueExpr(QueryValueExpression value)
          Sets the value of the 'Value Expr' containment reference.
 void XMLValueFunctionForestContentItem.setValueExpr(QueryValueExpression value)
          Sets the value of the 'Value Expr' containment reference.
 void XMLAttributeDeclarationItem.setValueExpr(QueryValueExpression value)
          Sets the value of the 'Value Expr' containment reference.
 void XMLValueFunctionConcatContentItem.setValueExpr(QueryValueExpression value)
          Sets the value of the 'Value Expr' containment reference.
 void XMLSerializeFunctionTarget.setValueExpr(QueryValueExpression value)
          Sets the value of the 'Value Expr' containment reference.
 void XMLTableColumnDefinitionDefault.setValueExpr(QueryValueExpression value)
          Sets the value of the 'Value Expr' containment reference.
 void XMLValueFunctionPIContent.setValueExpr(QueryValueExpression value)
          Sets the value of the 'Value Expr' containment reference.
 void XMLValueFunctionParseContent.setValueExpr(QueryValueExpression value)
          Sets the value of the 'Value Expr' containment reference.
 void XMLValueFunctionTextContent.setValueExpr(QueryValueExpression value)
          Sets the value of the 'Value Expr' containment reference.
 void XMLValueFunctionDocumentContent.setValueExpr(QueryValueExpression value)
          Sets the value of the 'Value Expr' containment reference.
 void XMLValueFunctionElementContentItem.setValueExpr(QueryValueExpression value)
          Sets the value of the 'Value Expr' containment reference.
 

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

Classes in org.eclipse.datatools.modelbase.sql.xml.query.impl that implement QueryValueExpression
 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'.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl that return QueryValueExpression
 QueryValueExpression XMLValueFunctionPIContentImpl.getValueExpr()
           
 QueryValueExpression XMLValueFunctionForestContentItemImpl.getValueExpr()
           
 QueryValueExpression XMLAttributeDeclarationItemImpl.getValueExpr()
           
 QueryValueExpression XMLValueFunctionElementContentItemImpl.getValueExpr()
           
 QueryValueExpression XMLValueFunctionConcatContentItemImpl.getValueExpr()
           
 QueryValueExpression XMLQueryArgumentItemImpl.getValueExpr()
           
 QueryValueExpression XMLValueFunctionParseContentImpl.getValueExpr()
           
 QueryValueExpression XMLValueFunctionTextContentImpl.getValueExpr()
           
 QueryValueExpression XMLValueFunctionDocumentContentImpl.getValueExpr()
           
 QueryValueExpression XMLSerializeFunctionTargetImpl.getValueExpr()
           
 QueryValueExpression XMLTableColumnDefinitionDefaultImpl.getValueExpr()
           
 QueryValueExpression XMLValueFunctionValidateContentImpl.getValueExpr()
           
 QueryValueExpression XMLValueFunctionCommentContentImpl.getValueExpr()
           
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl with parameters of type QueryValueExpression
 NotificationChain XMLValueFunctionPIContentImpl.basicSetValueExpr(QueryValueExpression newValueExpr, NotificationChain msgs)
           
 NotificationChain XMLValueFunctionForestContentItemImpl.basicSetValueExpr(QueryValueExpression newValueExpr, NotificationChain msgs)
           
 NotificationChain XMLAttributeDeclarationItemImpl.basicSetValueExpr(QueryValueExpression newValueExpr, NotificationChain msgs)
           
 NotificationChain XMLValueFunctionElementContentItemImpl.basicSetValueExpr(QueryValueExpression newValueExpr, NotificationChain msgs)
           
 NotificationChain XMLValueFunctionConcatContentItemImpl.basicSetValueExpr(QueryValueExpression newValueExpr, NotificationChain msgs)
           
 NotificationChain XMLQueryArgumentItemImpl.basicSetValueExpr(QueryValueExpression newValueExpr, NotificationChain msgs)
           
 NotificationChain XMLValueFunctionParseContentImpl.basicSetValueExpr(QueryValueExpression newValueExpr, NotificationChain msgs)
           
 NotificationChain XMLValueFunctionTextContentImpl.basicSetValueExpr(QueryValueExpression newValueExpr, NotificationChain msgs)
           
 NotificationChain XMLValueFunctionDocumentContentImpl.basicSetValueExpr(QueryValueExpression newValueExpr, NotificationChain msgs)
           
 NotificationChain XMLSerializeFunctionTargetImpl.basicSetValueExpr(QueryValueExpression newValueExpr, NotificationChain msgs)
           
 NotificationChain XMLTableColumnDefinitionDefaultImpl.basicSetValueExpr(QueryValueExpression newValueExpr, NotificationChain msgs)
           
 NotificationChain XMLValueFunctionValidateContentImpl.basicSetValueExpr(QueryValueExpression newValueExpr, NotificationChain msgs)
           
 NotificationChain XMLValueFunctionCommentContentImpl.basicSetValueExpr(QueryValueExpression newValueExpr, NotificationChain msgs)
           
 void XMLValueFunctionPIContentImpl.setValueExpr(QueryValueExpression newValueExpr)
           
 void XMLValueFunctionForestContentItemImpl.setValueExpr(QueryValueExpression newValueExpr)
           
 void XMLAttributeDeclarationItemImpl.setValueExpr(QueryValueExpression newValueExpr)
           
 void XMLValueFunctionElementContentItemImpl.setValueExpr(QueryValueExpression newValueExpr)
           
 void XMLValueFunctionConcatContentItemImpl.setValueExpr(QueryValueExpression newValueExpr)
           
 void XMLQueryArgumentItemImpl.setValueExpr(QueryValueExpression newValueExpr)
           
 void XMLValueFunctionParseContentImpl.setValueExpr(QueryValueExpression newValueExpr)
           
 void XMLValueFunctionTextContentImpl.setValueExpr(QueryValueExpression newValueExpr)
           
 void XMLValueFunctionDocumentContentImpl.setValueExpr(QueryValueExpression newValueExpr)
           
 void XMLSerializeFunctionTargetImpl.setValueExpr(QueryValueExpression newValueExpr)
           
 void XMLTableColumnDefinitionDefaultImpl.setValueExpr(QueryValueExpression newValueExpr)
           
 void XMLValueFunctionValidateContentImpl.setValueExpr(QueryValueExpression newValueExpr)
           
 void XMLValueFunctionCommentContentImpl.setValueExpr(QueryValueExpression newValueExpr)
           
 

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

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



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