org.teiid.connector.language
Interface IInCriteria

All Superinterfaces:
IBaseInCriteria, ICriteria, ILanguageObject, IPredicateCriteria

public interface IInCriteria
extends IBaseInCriteria

Represents an IN criteria.


Method Summary
 java.util.List<IExpression> getRightExpressions()
          Get List of IExpression in the set on the right side of the criteria.
 
Methods inherited from interface org.teiid.connector.language.IBaseInCriteria
getLeftExpression, isNegated, setLeftExpression, setNegated
 
Methods inherited from interface org.teiid.connector.language.ILanguageObject
acceptVisitor
 

Method Detail

getRightExpressions

java.util.List<IExpression> getRightExpressions()
Get List of IExpression in the set on the right side of the criteria.

Returns:
List of IExpression


Copyright © 2009. All Rights Reserved.