|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QueryValueExpression
A representation of the model object 'SQL Value Expression'.
The following features are supported:
Unary Operator
Data Type
Values Row
Order By Value Expr
Result Column
Basic Right
Basic Left
Like Pattern
Like Matching
Predicate Null
In Value List Right
In Value List Left
In Value Row Select Left
In Value Select Left
Quantified Row Select Left
Quantified Value Select Left
Between Left
Between Right1
Between Right2
Value Expr Cast
Value Expr Function
Value Expr Combined Left
Value Expr Combined Right
Grouping Expr
Value Expr Case Else
Value Expr Case Simple
Value Expr Case Simple Content When
Value Expr Case Simple Content Result
Value Expr Case Search Content
Like Escape
Value Expr Labeled Duration
Nest
Update Source Expr List
SQLQueryModelPackage.getQueryValueExpression()
Method Summary | |
---|---|
PredicateBasic |
getBasicLeft()
Returns the value of the 'Basic Left' container reference. |
PredicateBasic |
getBasicRight()
Returns the value of the 'Basic Right' container reference. |
PredicateBetween |
getBetweenLeft()
Returns the value of the 'Between Left' container reference. |
PredicateBetween |
getBetweenRight1()
Returns the value of the 'Between Right1' container reference. |
PredicateBetween |
getBetweenRight2()
Returns the value of the 'Between Right2' container reference. |
DataType |
getDataType()
Returns the value of the 'Data Type' containment reference. |
GroupingExpression |
getGroupingExpr()
Returns the value of the 'Grouping Expr' container reference. |
PredicateInValueList |
getInValueListLeft()
Returns the value of the 'In Value List Left' container reference. |
PredicateInValueList |
getInValueListRight()
Returns the value of the 'In Value List Right' container reference. |
PredicateInValueRowSelect |
getInValueRowSelectLeft()
Returns the value of the 'In Value Row Select Left' container reference. |
PredicateInValueSelect |
getInValueSelectLeft()
Returns the value of the 'In Value Select Left' container reference. |
PredicateLike |
getLikeEscape()
Returns the value of the 'Like Escape' container reference. |
PredicateLike |
getLikeMatching()
Returns the value of the 'Like Matching' container reference. |
PredicateLike |
getLikePattern()
Returns the value of the 'Like Pattern' container reference. |
ValueExpressionNested |
getNest()
Returns the value of the 'Nest' container reference. |
OrderByValueExpression |
getOrderByValueExpr()
Returns the value of the 'Order By Value Expr' container reference. |
PredicateIsNull |
getPredicateNull()
Returns the value of the 'Predicate Null' container reference. |
PredicateQuantifiedRowSelect |
getQuantifiedRowSelectLeft()
Returns the value of the 'Quantified Row Select Left' container reference. |
PredicateQuantifiedValueSelect |
getQuantifiedValueSelectLeft()
Returns the value of the 'Quantified Value Select Left' container reference. |
ResultColumn |
getResultColumn()
Returns the value of the 'Result Column' container reference. |
ValueExpressionUnaryOperator |
getUnaryOperator()
Returns the value of the 'Unary Operator' attribute. |
UpdateSourceExprList |
getUpdateSourceExprList()
Returns the value of the 'Update Source Expr List' container reference. |
ValueExpressionCaseElse |
getValueExprCaseElse()
Returns the value of the 'Value Expr Case Else' container reference. |
ValueExpressionCaseSearchContent |
getValueExprCaseSearchContent()
Returns the value of the 'Value Expr Case Search Content' container reference. |
ValueExpressionCaseSimple |
getValueExprCaseSimple()
Returns the value of the 'Value Expr Case Simple' container reference. |
ValueExpressionCaseSimpleContent |
getValueExprCaseSimpleContentResult()
Returns the value of the 'Value Expr Case Simple Content Result' container reference. |
ValueExpressionCaseSimpleContent |
getValueExprCaseSimpleContentWhen()
Returns the value of the 'Value Expr Case Simple Content When' container reference. |
ValueExpressionCast |
getValueExprCast()
Returns the value of the 'Value Expr Cast' container reference. |
ValueExpressionCombined |
getValueExprCombinedLeft()
Returns the value of the 'Value Expr Combined Left' container reference. |
ValueExpressionCombined |
getValueExprCombinedRight()
Returns the value of the 'Value Expr Combined Right' container reference. |
ValueExpressionFunction |
getValueExprFunction()
Returns the value of the 'Value Expr Function' container reference. |
ValueExpressionLabeledDuration |
getValueExprLabeledDuration()
Returns the value of the 'Value Expr Labeled Duration' container reference. |
ValuesRow |
getValuesRow()
Returns the value of the 'Values Row' container reference. |
void |
setBasicLeft(PredicateBasic value)
Sets the value of the ' Basic Left ' container reference. |
void |
setBasicRight(PredicateBasic value)
Sets the value of the ' Basic Right ' container reference. |
void |
setBetweenLeft(PredicateBetween value)
Sets the value of the ' Between Left ' container reference. |
void |
setBetweenRight1(PredicateBetween value)
Sets the value of the ' Between Right1 ' container reference. |
void |
setBetweenRight2(PredicateBetween value)
Sets the value of the ' Between Right2 ' container reference. |
void |
setDataType(DataType value)
Sets the value of the ' Data Type ' containment reference. |
void |
setGroupingExpr(GroupingExpression value)
Sets the value of the ' Grouping Expr ' container reference. |
void |
setInValueListLeft(PredicateInValueList value)
Sets the value of the ' In Value List Left ' container reference. |
void |
setInValueListRight(PredicateInValueList value)
Sets the value of the ' In Value List Right ' container reference. |
void |
setInValueRowSelectLeft(PredicateInValueRowSelect value)
Sets the value of the ' In Value Row Select Left ' container reference. |
void |
setInValueSelectLeft(PredicateInValueSelect value)
Sets the value of the ' In Value Select Left ' container reference. |
void |
setLikeEscape(PredicateLike value)
Sets the value of the ' Like Escape ' container reference. |
void |
setLikeMatching(PredicateLike value)
Sets the value of the ' Like Matching ' container reference. |
void |
setLikePattern(PredicateLike value)
Sets the value of the ' Like Pattern ' container reference. |
void |
setNest(ValueExpressionNested value)
Sets the value of the ' Nest ' container reference. |
void |
setOrderByValueExpr(OrderByValueExpression value)
Sets the value of the ' Order By Value Expr ' container reference. |
void |
setPredicateNull(PredicateIsNull value)
Sets the value of the ' Predicate Null ' container reference. |
void |
setQuantifiedRowSelectLeft(PredicateQuantifiedRowSelect value)
Sets the value of the ' Quantified Row Select Left ' container reference. |
void |
setQuantifiedValueSelectLeft(PredicateQuantifiedValueSelect value)
Sets the value of the ' Quantified Value Select Left ' container reference. |
void |
setResultColumn(ResultColumn value)
Sets the value of the ' Result Column ' container reference. |
void |
setUnaryOperator(ValueExpressionUnaryOperator value)
Sets the value of the ' Unary Operator ' attribute. |
void |
setUpdateSourceExprList(UpdateSourceExprList value)
Sets the value of the ' Update Source Expr List ' container reference. |
void |
setValueExprCaseElse(ValueExpressionCaseElse value)
Sets the value of the ' Value Expr Case Else ' container reference. |
void |
setValueExprCaseSearchContent(ValueExpressionCaseSearchContent value)
Sets the value of the ' Value Expr Case Search Content ' container reference. |
void |
setValueExprCaseSimple(ValueExpressionCaseSimple value)
Sets the value of the ' Value Expr Case Simple ' container reference. |
void |
setValueExprCaseSimpleContentResult(ValueExpressionCaseSimpleContent value)
Sets the value of the ' Value Expr Case Simple Content Result ' container reference. |
void |
setValueExprCaseSimpleContentWhen(ValueExpressionCaseSimpleContent value)
Sets the value of the ' Value Expr Case Simple Content When ' container reference. |
void |
setValueExprCast(ValueExpressionCast value)
Sets the value of the ' Value Expr Cast ' container reference. |
void |
setValueExprCombinedLeft(ValueExpressionCombined value)
Sets the value of the ' Value Expr Combined Left ' container reference. |
void |
setValueExprCombinedRight(ValueExpressionCombined value)
Sets the value of the ' Value Expr Combined Right ' container reference. |
void |
setValueExprFunction(ValueExpressionFunction value)
Sets the value of the ' Value Expr Function ' container reference. |
void |
setValueExprLabeledDuration(ValueExpressionLabeledDuration value)
Sets the value of the ' Value Expr Labeled Duration ' container reference. |
void |
setValuesRow(ValuesRow value)
Sets the value of the ' Values Row ' container reference. |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.SQLQueryObject |
---|
getSourceInfo, getSQL, setSourceInfo, setSQL |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.SQLObject |
---|
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.expressions.ValueExpression |
---|
getSQL, setSQL |
Method Detail |
---|
ValueExpressionUnaryOperator getUnaryOperator()
ValueExpressionUnaryOperator
.
If the meaning of the 'Unary Operator' attribute isn't clear, there really should be more of a description here...
ValueExpressionUnaryOperator
,
setUnaryOperator(ValueExpressionUnaryOperator)
,
SQLQueryModelPackage.getQueryValueExpression_UnaryOperator()
void setUnaryOperator(ValueExpressionUnaryOperator value)
Unary Operator
' attribute.
value
- the new value of the 'Unary Operator' attribute.ValueExpressionUnaryOperator
,
getUnaryOperator()
DataType getDataType()
If the meaning of the 'Data Type' containment reference isn't clear, there really should be more of a description here...
setDataType(DataType)
,
SQLQueryModelPackage.getQueryValueExpression_DataType()
void setDataType(DataType value)
Data Type
' containment reference.
value
- the new value of the 'Data Type' containment reference.getDataType()
ValuesRow getValuesRow()
Expr List
'.
If the meaning of the 'Values Row' container reference isn't clear, there really should be more of a description here...
setValuesRow(ValuesRow)
,
SQLQueryModelPackage.getQueryValueExpression_ValuesRow()
,
ValuesRow.getExprList()
void setValuesRow(ValuesRow value)
Values Row
' container reference.
value
- the new value of the 'Values Row' container reference.getValuesRow()
OrderByValueExpression getOrderByValueExpr()
Value Expr
'.
If the meaning of the 'Order By Value Expr' container reference isn't clear, there really should be more of a description here...
setOrderByValueExpr(OrderByValueExpression)
,
SQLQueryModelPackage.getQueryValueExpression_OrderByValueExpr()
,
OrderByValueExpression.getValueExpr()
void setOrderByValueExpr(OrderByValueExpression value)
Order By Value Expr
' container reference.
value
- the new value of the 'Order By Value Expr' container reference.getOrderByValueExpr()
ResultColumn getResultColumn()
Value Expr
'.
If the meaning of the 'Result Column' container reference isn't clear, there really should be more of a description here...
setResultColumn(ResultColumn)
,
SQLQueryModelPackage.getQueryValueExpression_ResultColumn()
,
ResultColumn.getValueExpr()
void setResultColumn(ResultColumn value)
Result Column
' container reference.
value
- the new value of the 'Result Column' container reference.getResultColumn()
PredicateBasic getBasicRight()
Right Value Expr
'.
If the meaning of the 'Basic Right' container reference isn't clear, there really should be more of a description here...
setBasicRight(PredicateBasic)
,
SQLQueryModelPackage.getQueryValueExpression_BasicRight()
,
PredicateBasic.getRightValueExpr()
void setBasicRight(PredicateBasic value)
Basic Right
' container reference.
value
- the new value of the 'Basic Right' container reference.getBasicRight()
PredicateBasic getBasicLeft()
Left Value Expr
'.
If the meaning of the 'Basic Left' container reference isn't clear, there really should be more of a description here...
setBasicLeft(PredicateBasic)
,
SQLQueryModelPackage.getQueryValueExpression_BasicLeft()
,
PredicateBasic.getLeftValueExpr()
void setBasicLeft(PredicateBasic value)
Basic Left
' container reference.
value
- the new value of the 'Basic Left' container reference.getBasicLeft()
PredicateLike getLikePattern()
Pattern Value Expr
'.
If the meaning of the 'Like Pattern' container reference isn't clear, there really should be more of a description here...
setLikePattern(PredicateLike)
,
SQLQueryModelPackage.getQueryValueExpression_LikePattern()
,
PredicateLike.getPatternValueExpr()
void setLikePattern(PredicateLike value)
Like Pattern
' container reference.
value
- the new value of the 'Like Pattern' container reference.getLikePattern()
PredicateLike getLikeMatching()
Matching Value Expr
'.
If the meaning of the 'Like Matching' container reference isn't clear, there really should be more of a description here...
setLikeMatching(PredicateLike)
,
SQLQueryModelPackage.getQueryValueExpression_LikeMatching()
,
PredicateLike.getMatchingValueExpr()
void setLikeMatching(PredicateLike value)
Like Matching
' container reference.
value
- the new value of the 'Like Matching' container reference.getLikeMatching()
PredicateIsNull getPredicateNull()
Value Expr
'.
If the meaning of the 'Predicate Null' container reference isn't clear, there really should be more of a description here...
setPredicateNull(PredicateIsNull)
,
SQLQueryModelPackage.getQueryValueExpression_PredicateNull()
,
PredicateIsNull.getValueExpr()
void setPredicateNull(PredicateIsNull value)
Predicate Null
' container reference.
value
- the new value of the 'Predicate Null' container reference.getPredicateNull()
PredicateInValueList getInValueListRight()
Value Expr List
'.
If the meaning of the 'In Value List Right' container reference isn't clear, there really should be more of a description here...
setInValueListRight(PredicateInValueList)
,
SQLQueryModelPackage.getQueryValueExpression_InValueListRight()
,
PredicateInValueList.getValueExprList()
void setInValueListRight(PredicateInValueList value)
In Value List Right
' container reference.
value
- the new value of the 'In Value List Right' container reference.getInValueListRight()
PredicateInValueList getInValueListLeft()
Value Expr
'.
If the meaning of the 'In Value List Left' container reference isn't clear, there really should be more of a description here...
setInValueListLeft(PredicateInValueList)
,
SQLQueryModelPackage.getQueryValueExpression_InValueListLeft()
,
PredicateInValueList.getValueExpr()
void setInValueListLeft(PredicateInValueList value)
In Value List Left
' container reference.
value
- the new value of the 'In Value List Left' container reference.getInValueListLeft()
PredicateInValueRowSelect getInValueRowSelectLeft()
Value Expr List
'.
If the meaning of the 'In Value Row Select Left' container reference isn't clear, there really should be more of a description here...
setInValueRowSelectLeft(PredicateInValueRowSelect)
,
SQLQueryModelPackage.getQueryValueExpression_InValueRowSelectLeft()
,
PredicateInValueRowSelect.getValueExprList()
void setInValueRowSelectLeft(PredicateInValueRowSelect value)
In Value Row Select Left
' container reference.
value
- the new value of the 'In Value Row Select Left' container reference.getInValueRowSelectLeft()
PredicateInValueSelect getInValueSelectLeft()
Value Expr
'.
If the meaning of the 'In Value Select Left' container reference isn't clear, there really should be more of a description here...
setInValueSelectLeft(PredicateInValueSelect)
,
SQLQueryModelPackage.getQueryValueExpression_InValueSelectLeft()
,
PredicateInValueSelect.getValueExpr()
void setInValueSelectLeft(PredicateInValueSelect value)
In Value Select Left
' container reference.
value
- the new value of the 'In Value Select Left' container reference.getInValueSelectLeft()
PredicateQuantifiedRowSelect getQuantifiedRowSelectLeft()
Value Expr List
'.
If the meaning of the 'Quantified Row Select Left' container reference isn't clear, there really should be more of a description here...
setQuantifiedRowSelectLeft(PredicateQuantifiedRowSelect)
,
SQLQueryModelPackage.getQueryValueExpression_QuantifiedRowSelectLeft()
,
PredicateQuantifiedRowSelect.getValueExprList()
void setQuantifiedRowSelectLeft(PredicateQuantifiedRowSelect value)
Quantified Row Select Left
' container reference.
value
- the new value of the 'Quantified Row Select Left' container reference.getQuantifiedRowSelectLeft()
PredicateQuantifiedValueSelect getQuantifiedValueSelectLeft()
Value Expr
'.
If the meaning of the 'Quantified Value Select Left' container reference isn't clear, there really should be more of a description here...
setQuantifiedValueSelectLeft(PredicateQuantifiedValueSelect)
,
SQLQueryModelPackage.getQueryValueExpression_QuantifiedValueSelectLeft()
,
PredicateQuantifiedValueSelect.getValueExpr()
void setQuantifiedValueSelectLeft(PredicateQuantifiedValueSelect value)
Quantified Value Select Left
' container reference.
value
- the new value of the 'Quantified Value Select Left' container reference.getQuantifiedValueSelectLeft()
PredicateBetween getBetweenLeft()
Left Value Expr
'.
If the meaning of the 'Between Left' container reference isn't clear, there really should be more of a description here...
setBetweenLeft(PredicateBetween)
,
SQLQueryModelPackage.getQueryValueExpression_BetweenLeft()
,
PredicateBetween.getLeftValueExpr()
void setBetweenLeft(PredicateBetween value)
Between Left
' container reference.
value
- the new value of the 'Between Left' container reference.getBetweenLeft()
PredicateBetween getBetweenRight1()
Right Value Expr1
'.
If the meaning of the 'Between Right1' container reference isn't clear, there really should be more of a description here...
setBetweenRight1(PredicateBetween)
,
SQLQueryModelPackage.getQueryValueExpression_BetweenRight1()
,
PredicateBetween.getRightValueExpr1()
void setBetweenRight1(PredicateBetween value)
Between Right1
' container reference.
value
- the new value of the 'Between Right1' container reference.getBetweenRight1()
PredicateBetween getBetweenRight2()
Right Value Expr2
'.
If the meaning of the 'Between Right2' container reference isn't clear, there really should be more of a description here...
setBetweenRight2(PredicateBetween)
,
SQLQueryModelPackage.getQueryValueExpression_BetweenRight2()
,
PredicateBetween.getRightValueExpr2()
void setBetweenRight2(PredicateBetween value)
Between Right2
' container reference.
value
- the new value of the 'Between Right2' container reference.getBetweenRight2()
ValueExpressionCast getValueExprCast()
Value Expr
'.
If the meaning of the 'Value Expr Cast' container reference isn't clear, there really should be more of a description here...
setValueExprCast(ValueExpressionCast)
,
SQLQueryModelPackage.getQueryValueExpression_ValueExprCast()
,
ValueExpressionCast.getValueExpr()
void setValueExprCast(ValueExpressionCast value)
Value Expr Cast
' container reference.
value
- the new value of the 'Value Expr Cast' container reference.getValueExprCast()
ValueExpressionFunction getValueExprFunction()
Parameter List
'.
If the meaning of the 'Value Expr Function' container reference isn't clear, there really should be more of a description here...
setValueExprFunction(ValueExpressionFunction)
,
SQLQueryModelPackage.getQueryValueExpression_ValueExprFunction()
,
ValueExpressionFunction.getParameterList()
void setValueExprFunction(ValueExpressionFunction value)
Value Expr Function
' container reference.
value
- the new value of the 'Value Expr Function' container reference.getValueExprFunction()
ValueExpressionCombined getValueExprCombinedLeft()
Left Value Expr
'.
If the meaning of the 'Value Expr Combined Left' container reference isn't clear, there really should be more of a description here...
setValueExprCombinedLeft(ValueExpressionCombined)
,
SQLQueryModelPackage.getQueryValueExpression_ValueExprCombinedLeft()
,
ValueExpressionCombined.getLeftValueExpr()
void setValueExprCombinedLeft(ValueExpressionCombined value)
Value Expr Combined Left
' container reference.
value
- the new value of the 'Value Expr Combined Left' container reference.getValueExprCombinedLeft()
ValueExpressionCombined getValueExprCombinedRight()
Right Value Expr
'.
If the meaning of the 'Value Expr Combined Right' container reference isn't clear, there really should be more of a description here...
setValueExprCombinedRight(ValueExpressionCombined)
,
SQLQueryModelPackage.getQueryValueExpression_ValueExprCombinedRight()
,
ValueExpressionCombined.getRightValueExpr()
void setValueExprCombinedRight(ValueExpressionCombined value)
Value Expr Combined Right
' container reference.
value
- the new value of the 'Value Expr Combined Right' container reference.getValueExprCombinedRight()
GroupingExpression getGroupingExpr()
Value Expr
'.
If the meaning of the 'Grouping Expr' container reference isn't clear, there really should be more of a description here...
setGroupingExpr(GroupingExpression)
,
SQLQueryModelPackage.getQueryValueExpression_GroupingExpr()
,
GroupingExpression.getValueExpr()
void setGroupingExpr(GroupingExpression value)
Grouping Expr
' container reference.
value
- the new value of the 'Grouping Expr' container reference.getGroupingExpr()
ValueExpressionCaseElse getValueExprCaseElse()
Value Expr
'.
If the meaning of the 'Value Expr Case Else' container reference isn't clear, there really should be more of a description here...
setValueExprCaseElse(ValueExpressionCaseElse)
,
SQLQueryModelPackage.getQueryValueExpression_ValueExprCaseElse()
,
ValueExpressionCaseElse.getValueExpr()
void setValueExprCaseElse(ValueExpressionCaseElse value)
Value Expr Case Else
' container reference.
value
- the new value of the 'Value Expr Case Else' container reference.getValueExprCaseElse()
ValueExpressionCaseSimple getValueExprCaseSimple()
Value Expr
'.
If the meaning of the 'Value Expr Case Simple' container reference isn't clear, there really should be more of a description here...
setValueExprCaseSimple(ValueExpressionCaseSimple)
,
SQLQueryModelPackage.getQueryValueExpression_ValueExprCaseSimple()
,
ValueExpressionCaseSimple.getValueExpr()
void setValueExprCaseSimple(ValueExpressionCaseSimple value)
Value Expr Case Simple
' container reference.
value
- the new value of the 'Value Expr Case Simple' container reference.getValueExprCaseSimple()
ValueExpressionCaseSimpleContent getValueExprCaseSimpleContentWhen()
When Value Expr
'.
If the meaning of the 'Value Expr Case Simple Content When' container reference isn't clear, there really should be more of a description here...
setValueExprCaseSimpleContentWhen(ValueExpressionCaseSimpleContent)
,
SQLQueryModelPackage.getQueryValueExpression_ValueExprCaseSimpleContentWhen()
,
ValueExpressionCaseSimpleContent.getWhenValueExpr()
void setValueExprCaseSimpleContentWhen(ValueExpressionCaseSimpleContent value)
Value Expr Case Simple Content When
' container reference.
value
- the new value of the 'Value Expr Case Simple Content When' container reference.getValueExprCaseSimpleContentWhen()
ValueExpressionCaseSimpleContent getValueExprCaseSimpleContentResult()
Result Value Expr
'.
If the meaning of the 'Value Expr Case Simple Content Result' container reference isn't clear, there really should be more of a description here...
setValueExprCaseSimpleContentResult(ValueExpressionCaseSimpleContent)
,
SQLQueryModelPackage.getQueryValueExpression_ValueExprCaseSimpleContentResult()
,
ValueExpressionCaseSimpleContent.getResultValueExpr()
void setValueExprCaseSimpleContentResult(ValueExpressionCaseSimpleContent value)
Value Expr Case Simple Content Result
' container reference.
value
- the new value of the 'Value Expr Case Simple Content Result' container reference.getValueExprCaseSimpleContentResult()
ValueExpressionCaseSearchContent getValueExprCaseSearchContent()
Value Expr
'.
If the meaning of the 'Value Expr Case Search Content' container reference isn't clear, there really should be more of a description here...
setValueExprCaseSearchContent(ValueExpressionCaseSearchContent)
,
SQLQueryModelPackage.getQueryValueExpression_ValueExprCaseSearchContent()
,
ValueExpressionCaseSearchContent.getValueExpr()
void setValueExprCaseSearchContent(ValueExpressionCaseSearchContent value)
Value Expr Case Search Content
' container reference.
value
- the new value of the 'Value Expr Case Search Content' container reference.getValueExprCaseSearchContent()
PredicateLike getLikeEscape()
Escape Value Expr
'.
If the meaning of the 'Like Escape' container reference isn't clear, there really should be more of a description here...
setLikeEscape(PredicateLike)
,
SQLQueryModelPackage.getQueryValueExpression_LikeEscape()
,
PredicateLike.getEscapeValueExpr()
void setLikeEscape(PredicateLike value)
Like Escape
' container reference.
value
- the new value of the 'Like Escape' container reference.getLikeEscape()
ValueExpressionLabeledDuration getValueExprLabeledDuration()
Value Expr
'.
If the meaning of the 'Value Expr Labeled Duration' container reference isn't clear, there really should be more of a description here...
setValueExprLabeledDuration(ValueExpressionLabeledDuration)
,
SQLQueryModelPackage.getQueryValueExpression_ValueExprLabeledDuration()
,
ValueExpressionLabeledDuration.getValueExpr()
void setValueExprLabeledDuration(ValueExpressionLabeledDuration value)
Value Expr Labeled Duration
' container reference.
value
- the new value of the 'Value Expr Labeled Duration' container reference.getValueExprLabeledDuration()
ValueExpressionNested getNest()
Nested Value Expr
'.
If the meaning of the 'Nest' container reference isn't clear, there really should be more of a description here...
setNest(ValueExpressionNested)
,
SQLQueryModelPackage.getQueryValueExpression_Nest()
,
ValueExpressionNested.getNestedValueExpr()
void setNest(ValueExpressionNested value)
Nest
' container reference.
value
- the new value of the 'Nest' container reference.getNest()
UpdateSourceExprList getUpdateSourceExprList()
Value Expr List
'.
If the meaning of the 'Update Source Expr List' container reference isn't clear, there really should be more of a description here...
setUpdateSourceExprList(UpdateSourceExprList)
,
SQLQueryModelPackage.getQueryValueExpression_UpdateSourceExprList()
,
UpdateSourceExprList.getValueExprList()
void setUpdateSourceExprList(UpdateSourceExprList value)
Update Source Expr List
' container reference.
value
- the new value of the 'Update Source Expr List' container reference.getUpdateSourceExprList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |