org.axiondb.jdbc
public class AxionResultSet extends Object implements ResultSet
Version: $Revision: 1.40 $ $Date: 2007/11/13 19:04:01 $
Field Summary | |
---|---|
protected RowDecoratorIterator | _rows |
Constructor Summary | |
---|---|
AxionResultSet(RowDecoratorIterator rows, Selectable[] selected) | |
AxionResultSet(RowDecoratorIterator rows, Selectable[] selected, Statement stmt) | |
protected | AxionResultSet() |
Method Summary | |
---|---|
boolean | absolute(int row) |
void | afterLast() |
void | beforeFirst() |
void | cancelRowUpdates() |
void | clearWarnings() |
void | close() |
static ResultSet | createEmptyResultSet(Statement stmt) |
void | deleteRow() |
int | findColumn(String colName) |
boolean | first() |
Array | getArray(int i) |
Array | getArray(String colName) |
InputStream | getAsciiStream(int i) |
InputStream | getAsciiStream(String colName) |
BigDecimal | getBigDecimal(int i) |
BigDecimal | getBigDecimal(int i, int scale) |
BigDecimal | getBigDecimal(String colName) |
BigDecimal | getBigDecimal(String colName, int scale) |
InputStream | getBinaryStream(int i) |
InputStream | getBinaryStream(String colName) |
Blob | getBlob(int i) |
Blob | getBlob(String colName) |
boolean | getBoolean(int i) |
boolean | getBoolean(String colName) |
byte | getByte(int i) |
byte | getByte(String colName) |
byte[] | getBytes(int i) |
byte[] | getBytes(String colName) |
Reader | getCharacterStream(int i) |
Reader | getCharacterStream(String colName) |
Clob | getClob(int i) |
Clob | getClob(String colName) |
int | getConcurrency() |
String | getCursorName() |
Date | getDate(int i) |
Date | getDate(int i, Calendar cal) |
Date | getDate(String colName) |
Date | getDate(String colName, Calendar cal) |
double | getDouble(int i) |
double | getDouble(String colName) |
int | getFetchDirection() |
int | getFetchSize() |
float | getFloat(int i) |
float | getFloat(String colName) |
int | getInt(int i) |
int | getInt(String colName) |
long | getLong(int i) |
long | getLong(String colName) |
ResultSetMetaData | getMetaData() |
Object | getObject(int i) |
Object | getObject(String colName) |
Ref | getRef(int i) |
Ref | getRef(String colName) |
int | getRow() |
short | getShort(int i) |
short | getShort(String colName) |
Statement | getStatement() |
String | getString(int i) |
String | getString(String colName) |
Time | getTime(int i) |
Time | getTime(int i, Calendar cal) |
Time | getTime(String colName) |
Time | getTime(String colName, Calendar cal) |
Timestamp | getTimestamp(int i) |
Timestamp | getTimestamp(int i, Calendar cal) |
Timestamp | getTimestamp(String colName) |
Timestamp | getTimestamp(String colName, Calendar cal) |
int | getType() |
InputStream | getUnicodeStream(int i) |
InputStream | getUnicodeStream(String colName) |
URL | getURL(int i) |
URL | getURL(String colName) |
SQLWarning | getWarnings() |
void | insertRow() |
boolean | isAfterLast() |
boolean | isBeforeFirst() |
boolean | isFirst() |
boolean | isLast() |
boolean | last() |
void | moveToCurrentRow() |
void | moveToInsertRow() |
boolean | next() |
boolean | previous() |
void | refreshRow() |
boolean | relative(int rows) |
boolean | rowDeleted() |
boolean | rowInserted() |
boolean | rowUpdated() |
void | setFetchDirection(int direction) |
void | setFetchSize(int size) |
void | setMaxRows(int max) |
protected void | setStatement(Statement stmt) |
void | setTransaction(TransactionManager manager, Transaction transaction) |
void | updateArray(int arg0, Array arg1) Currently unsupported. |
void | updateArray(String colName, Array arg1) |
void | updateAsciiStream(int i, InputStream in, int length) |
void | updateAsciiStream(String colName, InputStream in, int length) |
void | updateBigDecimal(int i, BigDecimal value) |
void | updateBigDecimal(String colName, BigDecimal value) |
void | updateBinaryStream(int i, InputStream value, int length) |
void | updateBinaryStream(String colName, InputStream value, int length) |
void | updateBlob(int arg0, Blob arg1) Currently unsupported. |
void | updateBlob(String colName, Blob arg1) |
void | updateBoolean(int i, boolean value) |
void | updateBoolean(String colName, boolean value) |
void | updateByte(int i, byte value) |
void | updateByte(String colName, byte value) |
void | updateBytes(int i, byte[] value) |
void | updateBytes(String colName, byte[] value) |
void | updateCharacterStream(int i, Reader value, int length) |
void | updateCharacterStream(String colName, Reader value, int length) |
void | updateClob(int arg0, Clob arg1) Currently unsupported. |
void | updateClob(String colName, Clob arg1) |
void | updateDate(int i, Date value) |
void | updateDate(String colName, Date value) |
void | updateDouble(int i, double value) |
void | updateDouble(String colName, double value) |
void | updateFloat(int i, float value) |
void | updateFloat(String colName, float value) |
void | updateInt(int i, int value) |
void | updateInt(String colName, int value) |
void | updateLong(int i, long value) |
void | updateLong(String colName, long value) |
void | updateNull(int i) |
void | updateNull(String colName) |
void | updateObject(int i, Object value) |
void | updateObject(int i, Object value, int scale) |
void | updateObject(String colName, Object value) |
void | updateObject(String colName, Object value, int scale) |
void | updateRef(int arg0, Ref arg1) Currently unsupported. |
void | updateRef(String colName, Ref arg1) |
void | updateRow() |
void | updateShort(int i, short value) |
void | updateShort(String colName, short value) |
void | updateString(int i, String value) |
void | updateString(String colName, String value) |
void | updateTime(int i, Time value) |
void | updateTime(String colName, Time value) |
void | updateTimestamp(int i, Timestamp value) |
void | updateTimestamp(String colName, Timestamp value) |
boolean | wasNull() |
Deprecated: use @link #AxionResultSet(RowDecoratorIterator,Selectable,Statement
Deprecated: See @link java.sql.ResultSet#getBigDecimal(int,int)
Deprecated: See @link java.sql.ResultSet#getBigDecimal(java.lang.String,int)
Deprecated: See @link java.sql.ResultSet#getUnicodeStream
Deprecated: See @link java.sql.ResultSet#getUnicodeStream