Uses of Class
org.teiid.connector.language.ICompoundCriteria.Operator

Packages that use ICompoundCriteria.Operator
org.teiid.connector.language   
 

Uses of ICompoundCriteria.Operator in org.teiid.connector.language
 

Methods in org.teiid.connector.language that return ICompoundCriteria.Operator
 ICompoundCriteria.Operator ICompoundCriteria.getOperator()
          Get operator used to connect these criteria.
static ICompoundCriteria.Operator ICompoundCriteria.Operator.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ICompoundCriteria.Operator[] ICompoundCriteria.Operator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.teiid.connector.language with parameters of type ICompoundCriteria.Operator
 ICompoundCriteria ILanguageFactory.createCompoundCriteria(ICompoundCriteria.Operator operator, java.util.List<? extends ICriteria> innerCriteria)
          Create a new ICompoundCriteria
 void ICompoundCriteria.setOperator(ICompoundCriteria.Operator operator)
          Set operator used to connect these criteria.
 



Copyright © 2009. All Rights Reserved.