railo.runtime.sql.exp.value
Class ValueNumber

java.lang.Object
  extended by railo.runtime.sql.exp.ExpressionSupport
      extended by railo.runtime.sql.exp.value.ValueSupport
          extended by railo.runtime.sql.exp.value.ValueNumber
All Implemented Interfaces:
Expression, Literal, Value

public class ValueNumber
extends ValueSupport
implements Literal


Constructor Summary
ValueNumber(double value)
           
ValueNumber(double value, String strValue)
           
ValueNumber(String strValue)
           
 
Method Summary
 Object getValue()
           
 double getValueAsDouble()
           
 String toString(boolean noAlias)
           
 
Methods inherited from class railo.runtime.sql.exp.value.ValueSupport
getString
 
Methods inherited from class railo.runtime.sql.exp.ExpressionSupport
getAlias, getIndex, hasAlias, hasIndex, isDirectionBackward, setAlias, setDirectionBackward, setIndex
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface railo.runtime.sql.exp.Expression
getAlias, getIndex, hasAlias, hasIndex, isDirectionBackward, setAlias, setDirectionBackward, setIndex
 

Constructor Detail

ValueNumber

public ValueNumber(double value)

ValueNumber

public ValueNumber(double value,
                   String strValue)

ValueNumber

public ValueNumber(String strValue)
Method Detail

toString

public String toString(boolean noAlias)
Specified by:
toString in interface Expression

getValue

public Object getValue()
Specified by:
getValue in interface Value

getValueAsDouble

public double getValueAsDouble()


Copyright © 2012 Railo