org.apache.expreval.expr.instmt
Class BooleanInStmt

java.lang.Object
  extended by org.apache.expreval.expr.GenericExpression
      extended by org.apache.expreval.expr.DelegateStmt<T>
          extended by org.apache.expreval.expr.NotValue<GenericInStmt>
              extended by org.apache.expreval.expr.instmt.GenericInStmt
                  extended by org.apache.expreval.expr.instmt.BooleanInStmt
All Implemented Interfaces:
Serializable, BooleanValue, GenericValue

public class BooleanInStmt
extends GenericInStmt

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.expreval.expr.instmt.GenericInStmt
GenericInStmt.GenericInComparable<T>
 
Field Summary
 
Fields inherited from interface org.apache.expreval.expr.node.GenericValue
serialVersionUID
 
Constructor Summary
BooleanInStmt(GenericValue arg0, boolean not, List<GenericValue> inList)
           
 
Method Summary
protected  boolean evaluateInList(Object object)
           
 
Methods inherited from class org.apache.expreval.expr.instmt.GenericInStmt
asString, getInList, getValue, validateArgsForInFilter, validateTypes
 
Methods inherited from class org.apache.expreval.expr.NotValue
isNot, notAsString
 
Methods inherited from class org.apache.expreval.expr.DelegateStmt
getTypedExpr, setTypedExpr
 
Methods inherited from class org.apache.expreval.expr.GenericExpression
applyResultToAggregateValue, getConstantValue, getExprArg, getExpressionContext, getFilter, getGenericValueClass, getGenericValueList, getInvalidTypeMsg, getOptimizedValue, getSubArgs, getTypeSignature, getValueWithCast, getValueWithCast, hasAColumnReference, initAggregateValue, isAColumnReference, isAConstant, isAnAggregateValue, isDefaultKeyword, newSingleColumnValueFilter, optimizeAllArgs, reset, setArg, setExpressionContext, useDecimal, validateNumericArgTypes, validateNumericTypes, validateParentClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.expreval.expr.node.GenericValue
applyResultToAggregateValue, getFilter, getOptimizedValue, hasAColumnReference, initAggregateValue, isAColumnReference, isAConstant, isAnAggregateValue, isDefaultKeyword, reset, setExpressionContext
 

Constructor Detail

BooleanInStmt

public BooleanInStmt(GenericValue arg0,
                     boolean not,
                     List<GenericValue> inList)
Method Detail

evaluateInList

protected boolean evaluateInList(Object object)
                          throws HBqlException,
                                 ResultMissingColumnException,
                                 NullColumnValueException
Specified by:
evaluateInList in class GenericInStmt
Throws:
HBqlException
ResultMissingColumnException
NullColumnValueException


Copyright © 2011. All Rights Reserved.