org.eclipse.datatools.modelbase.sql.query
Interface PredicateInValueList

All Superinterfaces:
Predicate, PredicateIn, QuerySearchCondition, SearchCondition, SQLObject, SQLQueryObject
All Known Implementing Classes:
PredicateInValueListImpl

public interface PredicateInValueList
extends PredicateIn

A representation of the model object 'SQL Predicate In Value List'.

The following features are supported:

See Also:
SQLQueryModelPackage.getPredicateInValueList()

Method Summary
 QueryValueExpression getValueExpr()
          Returns the value of the 'Value Expr' containment reference.
 EList getValueExprList()
          Returns the value of the 'Value Expr List' containment reference list.
 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, 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

getValueExprList

EList getValueExprList()
Returns the value of the 'Value Expr List' containment reference list. The list contents are of type QueryValueExpression. It is bidirectional and its opposite is 'In Value List Right'.

If the meaning of the 'Value Expr List' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Value Expr List' containment reference list.
See Also:
SQLQueryModelPackage.getPredicateInValueList_ValueExprList(), QueryValueExpression.getInValueListRight()

getValueExpr

QueryValueExpression getValueExpr()
Returns the value of the 'Value Expr' containment reference. It is bidirectional and its opposite is 'In Value List Left'.

If the meaning of the 'Value Expr' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Value Expr' containment reference.
See Also:
setValueExpr(QueryValueExpression), SQLQueryModelPackage.getPredicateInValueList_ValueExpr(), QueryValueExpression.getInValueListLeft()

setValueExpr

void setValueExpr(QueryValueExpression value)
Sets the value of the 'Value Expr' containment reference.

Parameters:
value - the new value of the 'Value Expr' containment reference.
See Also:
getValueExpr()


Copyright © 2006 -- 2008 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.