railo.runtime.sql.exp.value
Class ValueBoolean

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.ValueBoolean
All Implemented Interfaces:
Expression, Literal, Value

public class ValueBoolean
extends ValueSupport
implements Literal


Field Summary
static ValueBoolean FALSE
           
static ValueBoolean TRUE
           
 
Method Summary
 Object getValue()
           
 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
 

Field Detail

TRUE

public static final ValueBoolean TRUE

FALSE

public static final ValueBoolean FALSE
Method Detail

toString

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

getValue

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


Copyright © 2012 Railo