org.eclipse.datatools.modelbase.sql.query
Interface PredicateExists
- All Superinterfaces:
- Predicate, QuerySearchCondition, SearchCondition, SQLObject, SQLQueryObject
- All Known Implementing Classes:
- PredicateExistsImpl
- public interface PredicateExists
- extends Predicate
A representation of the model object 'SQL Predicate Exists'.
The following features are supported:
- See Also:
SQLQueryModelPackage.getPredicateExists()
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.schema.SQLObject |
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
getQueryExpr
public QueryExpressionBody getQueryExpr()
- Returns the value of the 'Query Expr' containment reference.
It is bidirectional and its opposite is '
Predicate Exists
'.
If the meaning of the 'Query Expr' containment reference isn't clear,
there really should be more of a description here...
- Returns:
- the value of the 'Query Expr' containment reference.
- See Also:
setQueryExpr(QueryExpressionBody)
,
SQLQueryModelPackage.getPredicateExists_QueryExpr()
,
QueryExpressionBody.getPredicateExists()
setQueryExpr
public void setQueryExpr(QueryExpressionBody value)
- Sets the value of the '
Query Expr
' containment reference.
- Parameters:
value
- the new value of the 'Query Expr' containment reference.- See Also:
getQueryExpr()
Copyright © 2007 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.