|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.sql.exp.ExpressionSupport
railo.runtime.sql.exp.value.ValueSupport
railo.runtime.sql.exp.value.ValueBoolean
public class ValueBoolean
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 |
---|
public static final ValueBoolean TRUE
public static final ValueBoolean FALSE
Method Detail |
---|
public String toString(boolean noAlias)
toString
in interface Expression
Object.toString()
public Object getValue()
getValue
in interface Value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |