Method Summary |
|
public void | clear() |
public void | copyTo(Data dst) Returns the value as a double. |
public boolean | equals(Object o) Returns the equality test. |
public int | getBoolean() |
public Column | getColumn() |
public long | getDate() Returns the value as a date. |
public double | getDouble() Returns the value as a double. |
public int | getInt() Returns the value as an integer. |
public long | getLong() Returns the value as a long. |
public String | getString() Returns the value as a string. |
public int | hashCode() |
public boolean | isNull() Returns treu for a null value. |
public void | setBoolean(boolean value) Sets the value as a boolean. |
public void | setColumn(Column column) |
public void | setDouble(double value) Sets the value as a double. |
public void | setInt(int value) Sets the value as an integer. |
public void | setLong(long value) Sets the value as a long. |
public void | setString(String value) Sets the value as a string. |