|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PredicateQuantifiedValueSelect
A representation of the model object 'SQL Predicate Quantified Value Select'.
The following features are supported:
SQLQueryModelPackage.getPredicateQuantifiedValueSelect()
Method Summary | |
---|---|
PredicateComparisonOperator |
getComparisonOperator()
Returns the value of the 'Comparison Operator' attribute. |
PredicateQuantifiedType |
getQuantifiedType()
Returns the value of the 'Quantified Type' attribute. |
QueryExpressionRoot |
getQueryExpr()
Returns the value of the 'Query Expr' containment reference. |
QueryValueExpression |
getValueExpr()
Returns the value of the 'Value Expr' containment reference. |
void |
setComparisonOperator(PredicateComparisonOperator value)
Sets the value of the ' Comparison Operator ' attribute. |
void |
setQuantifiedType(PredicateQuantifiedType value)
Sets the value of the ' Quantified Type ' attribute. |
void |
setQueryExpr(QueryExpressionRoot value)
Sets the value of the ' Query Expr ' containment reference. |
void |
setValueExpr(QueryValueExpression value)
Sets the value of the ' Value Expr ' containment reference. |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.Predicate |
---|
getSelectivityValue, isHasSelectivity, isNegatedPredicate, setHasSelectivity, setNegatedPredicate, setSelectivityValue |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.QuerySearchCondition |
---|
getCombinedLeft, getCombinedRight, getDeleteStatement, getNest, getQuerySelectHaving, getQuerySelectWhere, getTableJoined, getUpdateStatement, getValueExprCaseSearchContent, isNegatedCondition, setCombinedLeft, setCombinedRight, setDeleteStatement, setNegatedCondition, setNest, setQuerySelectHaving, setQuerySelectWhere, setTableJoined, setUpdateStatement, setValueExprCaseSearchContent |
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.SearchCondition |
---|
getSQL, setSQL |
Method Detail |
---|
PredicateQuantifiedType getQuantifiedType()
PredicateQuantifiedType
.
If the meaning of the 'Quantified Type' attribute isn't clear, there really should be more of a description here...
PredicateQuantifiedType
,
setQuantifiedType(PredicateQuantifiedType)
,
SQLQueryModelPackage.getPredicateQuantifiedValueSelect_QuantifiedType()
void setQuantifiedType(PredicateQuantifiedType value)
Quantified Type
' attribute.
value
- the new value of the 'Quantified Type' attribute.PredicateQuantifiedType
,
getQuantifiedType()
PredicateComparisonOperator getComparisonOperator()
PredicateComparisonOperator
.
If the meaning of the 'Comparison Operator' attribute isn't clear, there really should be more of a description here...
PredicateComparisonOperator
,
setComparisonOperator(PredicateComparisonOperator)
,
SQLQueryModelPackage.getPredicateQuantifiedValueSelect_ComparisonOperator()
void setComparisonOperator(PredicateComparisonOperator value)
Comparison Operator
' attribute.
value
- the new value of the 'Comparison Operator' attribute.PredicateComparisonOperator
,
getComparisonOperator()
QueryExpressionRoot getQueryExpr()
Quantified Value Select Right
'.
If the meaning of the 'Query Expr' containment reference isn't clear, there really should be more of a description here...
setQueryExpr(QueryExpressionRoot)
,
SQLQueryModelPackage.getPredicateQuantifiedValueSelect_QueryExpr()
,
QueryExpressionRoot.getQuantifiedValueSelectRight()
void setQueryExpr(QueryExpressionRoot value)
Query Expr
' containment reference.
value
- the new value of the 'Query Expr' containment reference.getQueryExpr()
QueryValueExpression getValueExpr()
Quantified Value Select Left
'.
If the meaning of the 'Value Expr' containment reference isn't clear, there really should be more of a description here...
setValueExpr(QueryValueExpression)
,
SQLQueryModelPackage.getPredicateQuantifiedValueSelect_ValueExpr()
,
QueryValueExpression.getQuantifiedValueSelectLeft()
void setValueExpr(QueryValueExpression value)
Value Expr
' containment reference.
value
- the new value of the 'Value Expr' containment reference.getValueExpr()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |