org.apache.expreval.expr.node
Interface BooleanValue

All Superinterfaces:
GenericValue, Serializable
All Known Implementing Classes:
BooleanCase, BooleanCaseElse, BooleanCaseWhen, BooleanColumn, BooleanCompare, BooleanFunction, BooleanIfThen, BooleanInStmt, BooleanLiteral, BooleanNot, BooleanNullCompare, ByteBetweenStmt, ByteCompare, ByteNullCompare, ContainsStmt, DateBetweenStmt, DateCompare, DateInStmt, DateNullCompare, DelegateBetweenStmt, DelegateCompare, DelegateInStmt, DelegateNullCompare, GenericBetweenStmt, GenericCompare, GenericInStmt, GenericNullCompare, GenericStringPatternStmt, LikeStmt, NumberBetweenStmt, NumberCompare, NumberInStmt, NumberNullCompare, ObjectNullCompare, StringBetweenStmt, StringCompare, StringInStmt, StringNullCompare

public interface BooleanValue
extends GenericValue


Field Summary
 
Fields inherited from interface org.apache.expreval.expr.node.GenericValue
serialVersionUID
 
Method Summary
 Boolean getValue(HConnectionImpl connection, Object object)
           
 
Methods inherited from interface org.apache.expreval.expr.node.GenericValue
applyResultToAggregateValue, asString, getFilter, getOptimizedValue, hasAColumnReference, initAggregateValue, isAColumnReference, isAConstant, isAnAggregateValue, isDefaultKeyword, reset, setExpressionContext, validateTypes
 

Method Detail

getValue

Boolean getValue(HConnectionImpl connection,
                 Object object)
                 throws HBqlException,
                        ResultMissingColumnException,
                        NullColumnValueException
Specified by:
getValue in interface GenericValue
Throws:
HBqlException
ResultMissingColumnException
NullColumnValueException


Copyright © 2011. All Rights Reserved.