|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PredicateInValueSelect
A representation of the model object 'SQL Predicate In Value Select'.
The following features are supported:
SQLQueryModelPackage.getPredicateInValueSelect()
Method Summary | |
---|---|
QueryExpressionRoot |
getQueryExpr()
Returns the value of the 'Query Expr' containment reference. |
QueryValueExpression |
getValueExpr()
Returns the value of the 'Value Expr' containment reference. |
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.PredicateIn |
---|
isNotIn, setNotIn |
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, getMergeOnCondition, getNest, getQuerySelectHaving, getQuerySelectWhere, getTableJoined, getUpdateStatement, getValueExprCaseSearchContent, isNegatedCondition, setCombinedLeft, setCombinedRight, setDeleteStatement, setMergeOnCondition, 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, getExtensions, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement |
---|
getName, setName |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.expressions.SearchCondition |
---|
getSQL, setSQL |
Method Detail |
---|
QueryExpressionRoot getQueryExpr()
In 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.getPredicateInValueSelect_QueryExpr()
,
QueryExpressionRoot.getInValueSelectRight()
void setQueryExpr(QueryExpressionRoot value)
Query Expr
' containment reference.
value
- the new value of the 'Query Expr' containment reference.getQueryExpr()
QueryValueExpression getValueExpr()
In 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.getPredicateInValueSelect_ValueExpr()
,
QueryValueExpression.getInValueSelectLeft()
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 |