|
||||||||||
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.ValueString
public class ValueString
Constructor Summary | |
---|---|
ValueString(String value)
|
|
ValueString(String value,
String alias)
|
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 |
Constructor Detail |
---|
public ValueString(String value, String alias)
public ValueString(String value)
Method Detail |
---|
public String toString(boolean noAlias)
toString
in interface Expression
Object.toString()
public Object getValue()
getValue
in interface Value
Value.getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |