class DBValue extends ParseItem
| Modifier | Constructor and Description |
|---|---|
protected |
DBValue()
Constructor, only subclasses can be instantiated.
|
| Modifier and Type | Method and Description |
|---|---|
static DBValue |
abstractCreation(String value)
Determines whether a value is a string, a string with wildcards, or
a number, and returns the appropriate class.
|
String |
getValue()
Gets value property.
|
protected void |
setValue(String value)
Sets value property.
|
sqlConversion, toStringpublic static DBValue abstractCreation(String value)
value - the value to parseDBValueprotected void setValue(String value)
value - The string representation of the value.public String getValue()
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}