org.apache.expreval.expr.node
Interface IntegerValue

All Superinterfaces:
GenericValue, NumberValue, Serializable
All Known Implementing Classes:
IntegerLiteral

public interface IntegerValue
extends NumberValue


Field Summary
 
Fields inherited from interface org.apache.expreval.expr.node.GenericValue
serialVersionUID
 
Method Summary
 Integer 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

Integer getValue(HConnectionImpl connection,
                 Object object)
                 throws HBqlException
Specified by:
getValue in interface GenericValue
Specified by:
getValue in interface NumberValue
Throws:
HBqlException


Copyright © 2011. All Rights Reserved.