net.sf.dewdrop.sqlml
Class Value
java.lang.Object
net.sf.dewdrop.sqlml.SqlmlComponent
net.sf.dewdrop.sqlml.Value
- public class Value
- extends SqlmlComponent
Constructor Summary |
Value()
|
Methods inherited from class net.sf.dewdrop.sqlml.SqlmlComponent |
equals, getIndentLevel, i18n, i18n, i18n, setIndentLevel, toSql, toSql, toSql, toString, writeSql, writeSql, writeSql |
Value
public Value()
getValue
public Object getValue()
setValue
public void setValue(Object value)
isNull
public boolean isNull()
isNumeric
public boolean isNumeric()
- Returns true if the value represented by this object can be represented as a numeric value.
- See Also:
isNumeric(Object)
isNumeric
public static boolean isNumeric(Object value)
- Returns true if the given value can be represented as a numeric value as specified by
NumberFormat.parse(String) for the default locale, false otherwise.
- See Also:
NumberFormat.parse(String)
onWriteSql
public void onWriteSql(Writer out,
Configuration cfg)
- Specified by:
onWriteSql
in class SqlmlComponent