org.teiid.connector.language
Interface IBaseInCriteria

All Superinterfaces:
ICriteria, ILanguageObject, IPredicateCriteria
All Known Subinterfaces:
IInCriteria, ISubqueryInCriteria

public interface IBaseInCriteria
extends IPredicateCriteria


Method Summary
 IExpression getLeftExpression()
          Get left expression of IN criteria
 boolean isNegated()
          Returns whether this criteria is negated.
 void setLeftExpression(IExpression expression)
          Set left expression of IN criteria
 void setNegated(boolean negated)
          Sets whether this criteria is negated.
 
Methods inherited from interface org.teiid.connector.language.ILanguageObject
acceptVisitor
 

Method Detail

getLeftExpression

IExpression getLeftExpression()
Get left expression of IN criteria

Returns:
Left expression

setLeftExpression

void setLeftExpression(IExpression expression)
Set left expression of IN criteria


isNegated

boolean isNegated()
Returns whether this criteria is negated.

Returns:
flag indicating whether this criteria contains a NOT

setNegated

void setNegated(boolean negated)
Sets whether this criteria is negated.

Parameters:
negated - Flag indicating whether this criteria contains a NOT


Copyright © 2009. All Rights Reserved.