|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
ValueExpressionNested.getNestedValueExpr()
Returns the value of the 'Nested Value Expr' containment reference. |
QueryValueExpression |
ValueExpressionLabeledDuration.getValueExpr()
Returns the value of the 'Value Expr' containment reference. |
QueryValueExpression |
ValueExpressionCombined.getLeftValueExpr()
Returns the value of the 'Left Value Expr' containment reference. |
QueryValueExpression |
ValueExpressionCombined.getRightValueExpr()
Returns the value of the 'Right Value Expr' containment reference. |
QueryValueExpression |
ValueExpressionCast.getValueExpr()
Returns the value of the 'Value Expr' containment reference. |
QueryValueExpression |
ValueExpressionCaseSimpleContent.getWhenValueExpr()
Returns the value of the 'When Value Expr' containment reference. |
QueryValueExpression |
ValueExpressionCaseSimpleContent.getResultValueExpr()
Returns the value of the 'Result Value Expr' containment reference. |
QueryValueExpression |
ValueExpressionCaseSimple.getValueExpr()
Returns the value of the 'Value Expr' containment reference. |
QueryValueExpression |
ValueExpressionCaseSearchContent.getValueExpr()
Returns the value of the 'Value Expr' containment reference. |
QueryValueExpression |
ValueExpressionCaseElse.getValueExpr()
Returns the value of the 'Value Expr' containment reference. |
QueryValueExpression |
ResultColumn.getValueExpr()
Returns the value of the 'Value Expr' containment reference. |
QueryValueExpression |
PredicateQuantifiedValueSelect.getValueExpr()
Returns the value of the 'Value Expr' containment reference. |
QueryValueExpression |
PredicateLike.getPatternValueExpr()
Returns the value of the 'Pattern Value Expr' containment reference. |
QueryValueExpression |
PredicateLike.getMatchingValueExpr()
Returns the value of the 'Matching Value Expr' containment reference. |
QueryValueExpression |
PredicateLike.getEscapeValueExpr()
Returns the value of the 'Escape Value Expr' containment reference. |
QueryValueExpression |
PredicateIsNull.getValueExpr()
Returns the value of the 'Value Expr' containment reference. |
QueryValueExpression |
PredicateInValueSelect.getValueExpr()
Returns the value of the 'Value Expr' containment reference. |
QueryValueExpression |
PredicateInValueList.getValueExpr()
Returns the value of the 'Value Expr' containment reference. |
QueryValueExpression |
PredicateBetween.getLeftValueExpr()
Returns the value of the 'Left 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 |
PredicateBasic.getRightValueExpr()
Returns the value of the 'Right Value Expr' containment reference. |
QueryValueExpression |
PredicateBasic.getLeftValueExpr()
Returns the value of the 'Left Value Expr' containment reference. |
QueryValueExpression |
OrderByValueExpression.getValueExpr()
Returns the value of the 'Value Expr' containment reference. |
QueryValueExpression |
GroupingExpression.getValueExpr()
Returns the value of the 'Value Expr' containment reference. |
Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type QueryValueExpression | |
void |
ValueExpressionNested.setNestedValueExpr(QueryValueExpression value)
Sets the value of the ' Nested Value Expr ' containment reference. |
void |
ValueExpressionLabeledDuration.setValueExpr(QueryValueExpression value)
Sets the value of the ' Value Expr ' containment reference. |
void |
ValueExpressionCombined.setLeftValueExpr(QueryValueExpression value)
Sets the value of the ' Left Value Expr ' containment reference. |
void |
ValueExpressionCombined.setRightValueExpr(QueryValueExpression value)
Sets the value of the ' Right Value Expr ' containment reference. |
void |
ValueExpressionCast.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. |
void |
ValueExpressionCaseSimpleContent.setResultValueExpr(QueryValueExpression value)
Sets the value of the ' Result Value Expr ' containment reference. |
void |
ValueExpressionCaseSimple.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 |
ValueExpressionCaseElse.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 |
PredicateQuantifiedValueSelect.setValueExpr(QueryValueExpression value)
Sets the value of the ' Value Expr ' containment reference. |
void |
PredicateLike.setPatternValueExpr(QueryValueExpression value)
Sets the value of the ' Pattern Value Expr ' containment reference. |
void |
PredicateLike.setMatchingValueExpr(QueryValueExpression value)
Sets the value of the ' Matching Value Expr ' containment reference. |
void |
PredicateLike.setEscapeValueExpr(QueryValueExpression value)
Sets the value of the ' Escape Value Expr ' containment reference. |
void |
PredicateIsNull.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 |
PredicateInValueList.setValueExpr(QueryValueExpression value)
Sets the value of the ' Value Expr ' containment reference. |
void |
PredicateBetween.setLeftValueExpr(QueryValueExpression value)
Sets the value of the ' Left 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 |
PredicateBasic.setRightValueExpr(QueryValueExpression value)
Sets the value of the ' Right Value Expr ' containment reference. |
void |
PredicateBasic.setLeftValueExpr(QueryValueExpression value)
Sets the value of the ' Left Value Expr ' containment reference. |
void |
OrderByValueExpression.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. |
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 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.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 |
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 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 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,
java.util.List aTableRefList,
Database aDB)
Deprecated. use ValueExpressionHelper.resolveValueExpressionConcatDatatype(QueryValueExpression, QueryValueExpression, QueryValueExpression) instead |
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. |
static java.util.Set |
TableHelper.findColumnReferencesInValueExpression(QueryValueExpression valueExpr)
Returns a Set containing all ValueExpressionColumn s found
in the given QueryValueExpression . |
static void |
StatementHelper.removeValueExpression(QueryValueExpression valExpr)
Removes the given ValueExpression object from the object that contains it. |
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. |
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 with parameters of type QueryValueExpression | |
NotificationChain |
ValueExpressionNestedImpl.basicSetNestedValueExpr(QueryValueExpression newNestedValueExpr,
NotificationChain msgs)
|
void |
ValueExpressionNestedImpl.setNestedValueExpr(QueryValueExpression newNestedValueExpr)
|
NotificationChain |
ValueExpressionLabeledDurationImpl.basicSetValueExpr(QueryValueExpression newValueExpr,
NotificationChain msgs)
|
void |
ValueExpressionLabeledDurationImpl.setValueExpr(QueryValueExpression newValueExpr)
|
NotificationChain |
ValueExpressionCombinedImpl.basicSetLeftValueExpr(QueryValueExpression newLeftValueExpr,
NotificationChain msgs)
|
void |
ValueExpressionCombinedImpl.setLeftValueExpr(QueryValueExpression newLeftValueExpr)
|
NotificationChain |
ValueExpressionCombinedImpl.basicSetRightValueExpr(QueryValueExpression newRightValueExpr,
NotificationChain msgs)
|
void |
ValueExpressionCombinedImpl.setRightValueExpr(QueryValueExpression newRightValueExpr)
|
NotificationChain |
ValueExpressionCastImpl.basicSetValueExpr(QueryValueExpression newValueExpr,
NotificationChain msgs)
|
void |
ValueExpressionCastImpl.setValueExpr(QueryValueExpression newValueExpr)
|
NotificationChain |
ValueExpressionCaseSimpleImpl.basicSetValueExpr(QueryValueExpression newValueExpr,
NotificationChain msgs)
|
void |
ValueExpressionCaseSimpleImpl.setValueExpr(QueryValueExpression newValueExpr)
|
NotificationChain |
ValueExpressionCaseSimpleContentImpl.basicSetWhenValueExpr(QueryValueExpression newWhenValueExpr,
NotificationChain msgs)
|
void |
ValueExpressionCaseSimpleContentImpl.setWhenValueExpr(QueryValueExpression newWhenValueExpr)
|
NotificationChain |
ValueExpressionCaseSimpleContentImpl.basicSetResultValueExpr(QueryValueExpression newResultValueExpr,
NotificationChain msgs)
|
void |
ValueExpressionCaseSimpleContentImpl.setResultValueExpr(QueryValueExpression newResultValueExpr)
|
NotificationChain |
ValueExpressionCaseSearchContentImpl.basicSetValueExpr(QueryValueExpression newValueExpr,
NotificationChain msgs)
|
void |
ValueExpressionCaseSearchContentImpl.setValueExpr(QueryValueExpression newValueExpr)
|
NotificationChain |
ValueExpressionCaseElseImpl.basicSetValueExpr(QueryValueExpression newValueExpr,
NotificationChain msgs)
|
void |
ValueExpressionCaseElseImpl.setValueExpr(QueryValueExpression newValueExpr)
|
NotificationChain |
ResultColumnImpl.basicSetValueExpr(QueryValueExpression newValueExpr,
NotificationChain msgs)
|
void |
ResultColumnImpl.setValueExpr(QueryValueExpression newValueExpr)
|
NotificationChain |
PredicateQuantifiedValueSelectImpl.basicSetValueExpr(QueryValueExpression newValueExpr,
NotificationChain msgs)
|
void |
PredicateQuantifiedValueSelectImpl.setValueExpr(QueryValueExpression newValueExpr)
|
NotificationChain |
PredicateLikeImpl.basicSetPatternValueExpr(QueryValueExpression newPatternValueExpr,
NotificationChain msgs)
|
void |
PredicateLikeImpl.setPatternValueExpr(QueryValueExpression newPatternValueExpr)
|
NotificationChain |
PredicateLikeImpl.basicSetMatchingValueExpr(QueryValueExpression newMatchingValueExpr,
NotificationChain msgs)
|
void |
PredicateLikeImpl.setMatchingValueExpr(QueryValueExpression newMatchingValueExpr)
|
NotificationChain |
PredicateLikeImpl.basicSetEscapeValueExpr(QueryValueExpression newEscapeValueExpr,
NotificationChain msgs)
|
void |
PredicateLikeImpl.setEscapeValueExpr(QueryValueExpression newEscapeValueExpr)
|
NotificationChain |
PredicateIsNullImpl.basicSetValueExpr(QueryValueExpression newValueExpr,
NotificationChain msgs)
|
void |
PredicateIsNullImpl.setValueExpr(QueryValueExpression newValueExpr)
|
NotificationChain |
PredicateInValueSelectImpl.basicSetValueExpr(QueryValueExpression newValueExpr,
NotificationChain msgs)
|
void |
PredicateInValueSelectImpl.setValueExpr(QueryValueExpression newValueExpr)
|
NotificationChain |
PredicateInValueListImpl.basicSetValueExpr(QueryValueExpression newValueExpr,
NotificationChain msgs)
|
void |
PredicateInValueListImpl.setValueExpr(QueryValueExpression newValueExpr)
|
NotificationChain |
PredicateBetweenImpl.basicSetLeftValueExpr(QueryValueExpression newLeftValueExpr,
NotificationChain msgs)
|
void |
PredicateBetweenImpl.setLeftValueExpr(QueryValueExpression newLeftValueExpr)
|
NotificationChain |
PredicateBetweenImpl.basicSetRightValueExpr1(QueryValueExpression newRightValueExpr1,
NotificationChain msgs)
|
void |
PredicateBetweenImpl.setRightValueExpr1(QueryValueExpression newRightValueExpr1)
|
NotificationChain |
PredicateBetweenImpl.basicSetRightValueExpr2(QueryValueExpression newRightValueExpr2,
NotificationChain msgs)
|
void |
PredicateBetweenImpl.setRightValueExpr2(QueryValueExpression newRightValueExpr2)
|
NotificationChain |
PredicateBasicImpl.basicSetRightValueExpr(QueryValueExpression newRightValueExpr,
NotificationChain msgs)
|
void |
PredicateBasicImpl.setRightValueExpr(QueryValueExpression newRightValueExpr)
|
NotificationChain |
PredicateBasicImpl.basicSetLeftValueExpr(QueryValueExpression newLeftValueExpr,
NotificationChain msgs)
|
void |
PredicateBasicImpl.setLeftValueExpr(QueryValueExpression newLeftValueExpr)
|
NotificationChain |
OrderByValueExpressionImpl.basicSetValueExpr(QueryValueExpression newValueExpr,
NotificationChain msgs)
|
void |
OrderByValueExpressionImpl.setValueExpr(QueryValueExpression newValueExpr)
|
NotificationChain |
GroupingExpressionImpl.basicSetValueExpr(QueryValueExpression newValueExpr,
NotificationChain msgs)
|
void |
GroupingExpressionImpl.setValueExpr(QueryValueExpression newValueExpr)
|
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 interpretting 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 |
XMLValueFunctionValidateContent.getValueExpr()
Returns the value of the 'Value Expr' containment reference. |
QueryValueExpression |
XMLValueFunctionTextContent.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 |
XMLValueFunctionForestContentItem.getValueExpr()
Returns the value of the 'Value Expr' containment reference. |
QueryValueExpression |
XMLValueFunctionElementContentItem.getValueExpr()
Returns the value of the 'Value Expr' containment reference. |
QueryValueExpression |
XMLValueFunctionDocumentContent.getValueExpr()
Returns the value of the 'Value Expr' containment reference. |
QueryValueExpression |
XMLValueFunctionConcatContentItem.getValueExpr()
Returns the value of the 'Value Expr' containment reference. |
QueryValueExpression |
XMLValueFunctionCommentContent.getValueExpr()
Returns the value of the 'Value Expr' containment reference. |
QueryValueExpression |
XMLTableColumnDefinitionDefault.getValueExpr()
Returns the value of the 'Value Expr' containment reference. |
QueryValueExpression |
XMLSerializeFunctionTarget.getValueExpr()
Returns the value of the 'Value Expr' containment reference. |
QueryValueExpression |
XMLQueryArgumentItem.getValueExpr()
Returns the value of the 'Value Expr' containment reference. |
QueryValueExpression |
XMLAttributeDeclarationItem.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 |
XMLValueFunctionValidateContent.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 |
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 |
XMLValueFunctionForestContentItem.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. |
void |
XMLValueFunctionDocumentContent.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 |
XMLValueFunctionCommentContent.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 |
XMLSerializeFunctionTarget.setValueExpr(QueryValueExpression value)
Sets the value of the ' Value Expr ' containment reference. |
void |
XMLQueryArgumentItem.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. |
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 |
XMLValueFunctionValidateContentImpl.getValueExpr()
|
QueryValueExpression |
XMLValueFunctionTextContentImpl.getValueExpr()
|
QueryValueExpression |
XMLValueFunctionPIContentImpl.getValueExpr()
|
QueryValueExpression |
XMLValueFunctionParseContentImpl.getValueExpr()
|
QueryValueExpression |
XMLValueFunctionForestContentItemImpl.getValueExpr()
|
QueryValueExpression |
XMLValueFunctionElementContentItemImpl.getValueExpr()
|
QueryValueExpression |
XMLValueFunctionDocumentContentImpl.getValueExpr()
|
QueryValueExpression |
XMLValueFunctionConcatContentItemImpl.getValueExpr()
|
QueryValueExpression |
XMLValueFunctionCommentContentImpl.getValueExpr()
|
QueryValueExpression |
XMLTableColumnDefinitionDefaultImpl.getValueExpr()
|
QueryValueExpression |
XMLSerializeFunctionTargetImpl.getValueExpr()
|
QueryValueExpression |
XMLQueryArgumentItemImpl.getValueExpr()
|
QueryValueExpression |
XMLAttributeDeclarationItemImpl.getValueExpr()
|
Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl with parameters of type QueryValueExpression | |
NotificationChain |
XMLValueFunctionValidateContentImpl.basicSetValueExpr(QueryValueExpression newValueExpr,
NotificationChain msgs)
|
void |
XMLValueFunctionValidateContentImpl.setValueExpr(QueryValueExpression newValueExpr)
|
NotificationChain |
XMLValueFunctionTextContentImpl.basicSetValueExpr(QueryValueExpression newValueExpr,
NotificationChain msgs)
|
void |
XMLValueFunctionTextContentImpl.setValueExpr(QueryValueExpression newValueExpr)
|
NotificationChain |
XMLValueFunctionPIContentImpl.basicSetValueExpr(QueryValueExpression newValueExpr,
NotificationChain msgs)
|
void |
XMLValueFunctionPIContentImpl.setValueExpr(QueryValueExpression newValueExpr)
|
NotificationChain |
XMLValueFunctionParseContentImpl.basicSetValueExpr(QueryValueExpression newValueExpr,
NotificationChain msgs)
|
void |
XMLValueFunctionParseContentImpl.setValueExpr(QueryValueExpression newValueExpr)
|
NotificationChain |
XMLValueFunctionForestContentItemImpl.basicSetValueExpr(QueryValueExpression newValueExpr,
NotificationChain msgs)
|
void |
XMLValueFunctionForestContentItemImpl.setValueExpr(QueryValueExpression newValueExpr)
|
NotificationChain |
XMLValueFunctionElementContentItemImpl.basicSetValueExpr(QueryValueExpression newValueExpr,
NotificationChain msgs)
|
void |
XMLValueFunctionElementContentItemImpl.setValueExpr(QueryValueExpression newValueExpr)
|
NotificationChain |
XMLValueFunctionDocumentContentImpl.basicSetValueExpr(QueryValueExpression newValueExpr,
NotificationChain msgs)
|
void |
XMLValueFunctionDocumentContentImpl.setValueExpr(QueryValueExpression newValueExpr)
|
NotificationChain |
XMLValueFunctionConcatContentItemImpl.basicSetValueExpr(QueryValueExpression newValueExpr,
NotificationChain msgs)
|
void |
XMLValueFunctionConcatContentItemImpl.setValueExpr(QueryValueExpression newValueExpr)
|
NotificationChain |
XMLValueFunctionCommentContentImpl.basicSetValueExpr(QueryValueExpression newValueExpr,
NotificationChain msgs)
|
void |
XMLValueFunctionCommentContentImpl.setValueExpr(QueryValueExpression newValueExpr)
|
NotificationChain |
XMLTableColumnDefinitionDefaultImpl.basicSetValueExpr(QueryValueExpression newValueExpr,
NotificationChain msgs)
|
void |
XMLTableColumnDefinitionDefaultImpl.setValueExpr(QueryValueExpression newValueExpr)
|
NotificationChain |
XMLSerializeFunctionTargetImpl.basicSetValueExpr(QueryValueExpression newValueExpr,
NotificationChain msgs)
|
void |
XMLSerializeFunctionTargetImpl.setValueExpr(QueryValueExpression newValueExpr)
|
NotificationChain |
XMLQueryArgumentItemImpl.basicSetValueExpr(QueryValueExpression newValueExpr,
NotificationChain msgs)
|
void |
XMLQueryArgumentItemImpl.setValueExpr(QueryValueExpression newValueExpr)
|
NotificationChain |
XMLAttributeDeclarationItemImpl.basicSetValueExpr(QueryValueExpression newValueExpr,
NotificationChain msgs)
|
void |
XMLAttributeDeclarationItemImpl.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'. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |