Method Summary |
|
public void | close() |
public static SelectResultSetImpl | create(Expr[] exprs) |
public int | findColumnIndex(String name) Returns the column index with the given name. |
public long | getDate(int index) |
public double | getDouble(int index) Returns a double value from this column. |
public int | getInt(int index) |
public long | getLong(int index) |
public String | getString(int index) Returns the string value of the given index. |
WriteStream | getWriteStream() |
void | initRead() |
TableIterator[] | initRows(FromItem[] fromItems) |
public boolean | next() |
public boolean | wasNull() Returns true if the last column read was null. |