org.apache.expreval.expr.node
Interface ShortValue

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

public interface ShortValue
extends NumberValue


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

Short 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.