AsciiDatabase
Class ColumnOption
java.lang.Object
|
+--AsciiDatabase.ColumnOption
- All Implemented Interfaces:
- Serializable
- class ColumnOption
- extends Object
- implements Serializable
Options to be applied to column data after it has been loaded.
Supported options include:
add
multiply
divide
change to null
filter for number
Y2K fix (make 4-digit year)
- Author:
- chris.studholme@utoronto.ca
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, notify, notifyAll, registerNatives, toString, wait, wait, wait |
type
public char type
nval
public double nval
nvalvalid
public boolean nvalvalid
sval
public String sval
ColumnOption
public ColumnOption(String value)
hashCode
public int hashCode()
- Overrides:
hashCode in class Object