Method Summary |
|
public boolean | getBoolean(int row, int column) Returns the boolean value for the column. |
public byte | getByte(int row, int column) Returns the byte value for the column. |
public double | getDouble(int row, int column) Returns the double value for the column. |
public long | getExpireTime() Returns the expire time. |
public float | getFloat(int row, int column) Returns the float value for the column. |
public int | getInt(int row, int column) Returns the int value for the column. |
public long | getLong(int row, int column) Returns the long value for the column. |
public ResultSetCacheChunk | getNext() |
final public Object | getObject(int row, int column) Returns the value. |
public SelectQuery | getQuery() Gets the query. |
public int | getRowCount() Returns the number of rows. |
public short | getShort(int row, int column) Returns the short value for the column. |
public String | getString(int row, int column) Returns the string value for the column. |
public void | invalidate() Invalidates the chunk. |
public boolean | invalidate(String table, Object key) Invalidates the chunk based on a table and key. |
public boolean | isLast() True for the last. |
public boolean | isNull(int row, int column) Returns true if the last column read was null. |
public boolean | isValid() Return true if the chunk is still valid. |
public void | newRow() Adds a new row. |
public void | setLast(boolean isLast) Sets true for the last. |
public void | setNext(ResultSetCacheChunk next) |
public void | setQuery(SelectQuery query) Sets the query. |
public void | setValue(int row, int column, Object value) Sets a row value. |