|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.jhu.tmaj.database.sql.LiteralValue
public final class LiteralValue
Represents a value to be put in the database as-is. All other classes like String,Integer,Date get formatted somehow, like by having single quotes put around them.
Constructor Summary | |
---|---|
LiteralValue(java.lang.String value)
|
Method Summary | |
---|---|
(package private) java.lang.String |
getValue()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LiteralValue(java.lang.String value)
Method Detail |
---|
java.lang.String getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |