|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.axiondb.jdbc.AxionResultSet
A ResultSet implementation.
| Field Summary | |
protected RowDecoratorIterator |
_rows
|
| Fields inherited from interface java.sql.ResultSet |
CLOSE_CURSORS_AT_COMMIT, CONCUR_READ_ONLY, CONCUR_UPDATABLE, FETCH_FORWARD, FETCH_REVERSE, FETCH_UNKNOWN, HOLD_CURSORS_OVER_COMMIT, TYPE_FORWARD_ONLY, TYPE_SCROLL_INSENSITIVE, TYPE_SCROLL_SENSITIVE |
| Constructor Summary | |
AxionResultSet(RowDecoratorIterator rows,
Selectable[] selected)
Deprecated. use {@link #AxionResultSet(RowDecoratorIterator,Selectable,Statement) |
|
AxionResultSet(RowDecoratorIterator rows,
Selectable[] selected,
Statement stmt)
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected RowDecoratorIterator _rows
| Constructor Detail |
public AxionResultSet(RowDecoratorIterator rows,
Selectable[] selected)
public AxionResultSet(RowDecoratorIterator rows,
Selectable[] selected,
Statement stmt)
| Method Detail |
public void setTransaction(TransactionManager manager,
Transaction transaction)
public static ResultSet createEmptyResultSet(Statement stmt)
public boolean absolute(int row)
throws SQLException
absolute in interface ResultSetSQLException
public void afterLast()
throws SQLException
afterLast in interface ResultSetSQLException
public void beforeFirst()
throws SQLException
beforeFirst in interface ResultSetSQLException
public void cancelRowUpdates()
throws SQLException
cancelRowUpdates in interface ResultSetSQLException
public void clearWarnings()
throws SQLException
clearWarnings in interface ResultSetSQLException
public void close()
throws SQLException
close in interface ResultSetSQLException
public void deleteRow()
throws SQLException
deleteRow in interface ResultSetSQLException
public int findColumn(String colName)
throws SQLException
findColumn in interface ResultSetSQLException
public boolean first()
throws SQLException
first in interface ResultSetSQLException
public Array getArray(int i)
throws SQLException
getArray in interface ResultSetSQLException
public Array getArray(String colName)
throws SQLException
getArray in interface ResultSetSQLException
public InputStream getAsciiStream(int i)
throws SQLException
getAsciiStream in interface ResultSetSQLException
public InputStream getAsciiStream(String colName)
throws SQLException
getAsciiStream in interface ResultSetSQLException
public BigDecimal getBigDecimal(int i)
throws SQLException
getBigDecimal in interface ResultSetSQLException
public BigDecimal getBigDecimal(String colName)
throws SQLException
getBigDecimal in interface ResultSetSQLException
public BigDecimal getBigDecimal(int i,
int scale)
throws SQLException
ResultSet.getBigDecimal(int,int)
getBigDecimal in interface ResultSetSQLException
public BigDecimal getBigDecimal(String colName,
int scale)
throws SQLException
ResultSet.getBigDecimal(java.lang.String,int)
getBigDecimal in interface ResultSetSQLException
public InputStream getBinaryStream(int i)
throws SQLException
getBinaryStream in interface ResultSetSQLException
public InputStream getBinaryStream(String colName)
throws SQLException
getBinaryStream in interface ResultSetSQLException
public Blob getBlob(int i)
throws SQLException
getBlob in interface ResultSetSQLException
public Blob getBlob(String colName)
throws SQLException
getBlob in interface ResultSetSQLException
public boolean getBoolean(int i)
throws SQLException
getBoolean in interface ResultSetSQLException
public boolean getBoolean(String colName)
throws SQLException
getBoolean in interface ResultSetSQLException
public byte getByte(int i)
throws SQLException
getByte in interface ResultSetSQLException
public byte getByte(String colName)
throws SQLException
getByte in interface ResultSetSQLException
public byte[] getBytes(int i)
throws SQLException
getBytes in interface ResultSetSQLException
public byte[] getBytes(String colName)
throws SQLException
getBytes in interface ResultSetSQLException
public Reader getCharacterStream(int i)
throws SQLException
getCharacterStream in interface ResultSetSQLException
public Reader getCharacterStream(String colName)
throws SQLException
getCharacterStream in interface ResultSetSQLException
public Clob getClob(int i)
throws SQLException
getClob in interface ResultSetSQLException
public Clob getClob(String colName)
throws SQLException
getClob in interface ResultSetSQLException
public int getConcurrency()
throws SQLException
getConcurrency in interface ResultSetSQLException
public String getCursorName()
throws SQLException
getCursorName in interface ResultSetSQLException
public Date getDate(int i)
throws SQLException
getDate in interface ResultSetSQLException
public Date getDate(String colName)
throws SQLException
getDate in interface ResultSetSQLException
public Date getDate(int i,
Calendar cal)
throws SQLException
getDate in interface ResultSetSQLException
public Date getDate(String colName,
Calendar cal)
throws SQLException
getDate in interface ResultSetSQLException
public double getDouble(int i)
throws SQLException
getDouble in interface ResultSetSQLException
public double getDouble(String colName)
throws SQLException
getDouble in interface ResultSetSQLException
public int getFetchDirection()
throws SQLException
getFetchDirection in interface ResultSetSQLException
public int getFetchSize()
throws SQLException
getFetchSize in interface ResultSetSQLException
public float getFloat(int i)
throws SQLException
getFloat in interface ResultSetSQLException
public float getFloat(String colName)
throws SQLException
getFloat in interface ResultSetSQLException
public int getInt(int i)
throws SQLException
getInt in interface ResultSetSQLException
public int getInt(String colName)
throws SQLException
getInt in interface ResultSetSQLException
public long getLong(int i)
throws SQLException
getLong in interface ResultSetSQLException
public long getLong(String colName)
throws SQLException
getLong in interface ResultSetSQLException
public ResultSetMetaData getMetaData()
throws SQLException
getMetaData in interface ResultSetSQLException
public Object getObject(int i)
throws SQLException
getObject in interface ResultSetSQLException
public Object getObject(String colName)
throws SQLException
getObject in interface ResultSetSQLException
public Object getObject(int i,
Map map)
throws SQLException
getObject in interface ResultSetSQLException
public Object getObject(String colName,
Map map)
throws SQLException
getObject in interface ResultSetSQLException
public Ref getRef(int i)
throws SQLException
getRef in interface ResultSetSQLException
public Ref getRef(String colName)
throws SQLException
getRef in interface ResultSetSQLException
public int getRow()
throws SQLException
getRow in interface ResultSetSQLException
public short getShort(int i)
throws SQLException
getShort in interface ResultSetSQLException
public short getShort(String colName)
throws SQLException
getShort in interface ResultSetSQLException
public Statement getStatement()
throws SQLException
getStatement in interface ResultSetSQLException
public String getString(int i)
throws SQLException
getString in interface ResultSetSQLException
public String getString(String colName)
throws SQLException
getString in interface ResultSetSQLException
public Time getTime(int i)
throws SQLException
getTime in interface ResultSetSQLException
public Time getTime(String colName)
throws SQLException
getTime in interface ResultSetSQLException
public Time getTime(int i,
Calendar cal)
throws SQLException
getTime in interface ResultSetSQLException
public Time getTime(String colName,
Calendar cal)
throws SQLException
getTime in interface ResultSetSQLException
public Timestamp getTimestamp(int i)
throws SQLException
getTimestamp in interface ResultSetSQLException
public Timestamp getTimestamp(String colName)
throws SQLException
getTimestamp in interface ResultSetSQLException
public Timestamp getTimestamp(int i,
Calendar cal)
throws SQLException
getTimestamp in interface ResultSetSQLException
public Timestamp getTimestamp(String colName,
Calendar cal)
throws SQLException
getTimestamp in interface ResultSetSQLException
public URL getURL(int i)
throws SQLException
getURL in interface ResultSetSQLException
public URL getURL(String colName)
throws SQLException
getURL in interface ResultSetSQLException
public int getType()
throws SQLException
getType in interface ResultSetSQLException
public InputStream getUnicodeStream(int i)
throws SQLException
ResultSet.getUnicodeStream(int)
getUnicodeStream in interface ResultSetSQLException
public InputStream getUnicodeStream(String colName)
throws SQLException
ResultSet.getUnicodeStream(int)
getUnicodeStream in interface ResultSetSQLException
public SQLWarning getWarnings()
throws SQLException
getWarnings in interface ResultSetSQLException
public void insertRow()
throws SQLException
insertRow in interface ResultSetSQLException
public boolean isAfterLast()
throws SQLException
isAfterLast in interface ResultSetSQLException
public boolean isBeforeFirst()
throws SQLException
isBeforeFirst in interface ResultSetSQLException
public boolean isFirst()
throws SQLException
isFirst in interface ResultSetSQLException
public boolean isLast()
throws SQLException
isLast in interface ResultSetSQLException
public boolean last()
throws SQLException
last in interface ResultSetSQLException
public void moveToCurrentRow()
throws SQLException
moveToCurrentRow in interface ResultSetSQLException
public void moveToInsertRow()
throws SQLException
moveToInsertRow in interface ResultSetSQLException
public boolean next()
throws SQLException
next in interface ResultSetSQLException
public boolean previous()
throws SQLException
previous in interface ResultSetSQLException
public void refreshRow()
throws SQLException
refreshRow in interface ResultSetSQLException
public boolean relative(int rows)
throws SQLException
relative in interface ResultSetSQLException
public boolean rowDeleted()
throws SQLException
rowDeleted in interface ResultSetSQLException
public boolean rowInserted()
throws SQLException
rowInserted in interface ResultSetSQLException
public boolean rowUpdated()
throws SQLException
rowUpdated in interface ResultSetSQLException
public void setFetchDirection(int direction)
throws SQLException
setFetchDirection in interface ResultSetSQLException
public void setFetchSize(int size)
throws SQLException
setFetchSize in interface ResultSetSQLException
public void updateAsciiStream(int i,
InputStream in,
int length)
throws SQLException
updateAsciiStream in interface ResultSetSQLException
public void updateAsciiStream(String colName,
InputStream in,
int length)
throws SQLException
updateAsciiStream in interface ResultSetSQLException
public void updateBigDecimal(int i,
BigDecimal value)
throws SQLException
updateBigDecimal in interface ResultSetSQLException
public void updateBigDecimal(String colName,
BigDecimal value)
throws SQLException
updateBigDecimal in interface ResultSetSQLException
public void updateBinaryStream(int i,
InputStream value,
int length)
throws SQLException
updateBinaryStream in interface ResultSetSQLException
public void updateBinaryStream(String colName,
InputStream value,
int length)
throws SQLException
updateBinaryStream in interface ResultSetSQLException
public void updateBoolean(int i,
boolean value)
throws SQLException
updateBoolean in interface ResultSetSQLException
public void updateBoolean(String colName,
boolean value)
throws SQLException
updateBoolean in interface ResultSetSQLException
public void updateByte(int i,
byte value)
throws SQLException
updateByte in interface ResultSetSQLException
public void updateByte(String colName,
byte value)
throws SQLException
updateByte in interface ResultSetSQLException
public void updateBytes(int i,
byte[] value)
throws SQLException
updateBytes in interface ResultSetSQLException
public void updateBytes(String colName,
byte[] value)
throws SQLException
updateBytes in interface ResultSetSQLException
public void updateCharacterStream(int i,
Reader value,
int length)
throws SQLException
updateCharacterStream in interface ResultSetSQLException
public void updateCharacterStream(String colName,
Reader value,
int length)
throws SQLException
updateCharacterStream in interface ResultSetSQLException
public void updateDate(int i,
Date value)
throws SQLException
updateDate in interface ResultSetSQLException
public void updateDate(String colName,
Date value)
throws SQLException
updateDate in interface ResultSetSQLException
public void updateDouble(int i,
double value)
throws SQLException
updateDouble in interface ResultSetSQLException
public void updateDouble(String colName,
double value)
throws SQLException
updateDouble in interface ResultSetSQLException
public void updateFloat(int i,
float value)
throws SQLException
updateFloat in interface ResultSetSQLException
public void updateFloat(String colName,
float value)
throws SQLException
updateFloat in interface ResultSetSQLException
public void updateInt(int i,
int value)
throws SQLException
updateInt in interface ResultSetSQLException
public void updateInt(String colName,
int value)
throws SQLException
updateInt in interface ResultSetSQLException
public void updateLong(int i,
long value)
throws SQLException
updateLong in interface ResultSetSQLException
public void updateLong(String colName,
long value)
throws SQLException
updateLong in interface ResultSetSQLException
public void updateNull(int i)
throws SQLException
updateNull in interface ResultSetSQLException
public void updateNull(String colName)
throws SQLException
updateNull in interface ResultSetSQLException
public void updateObject(int i,
Object value)
throws SQLException
updateObject in interface ResultSetSQLException
public void updateObject(String colName,
Object value)
throws SQLException
updateObject in interface ResultSetSQLException
public void updateObject(int i,
Object value,
int scale)
throws SQLException
updateObject in interface ResultSetSQLException
public void updateObject(String colName,
Object value,
int scale)
throws SQLException
updateObject in interface ResultSetSQLException
public void updateRow()
throws SQLException
updateRow in interface ResultSetSQLException
public void updateShort(int i,
short value)
throws SQLException
updateShort in interface ResultSetSQLException
public void updateShort(String colName,
short value)
throws SQLException
updateShort in interface ResultSetSQLException
public void updateString(int i,
String value)
throws SQLException
updateString in interface ResultSetSQLException
public void updateString(String colName,
String value)
throws SQLException
updateString in interface ResultSetSQLException
public void updateTime(int i,
Time value)
throws SQLException
updateTime in interface ResultSetSQLException
public void updateTime(String colName,
Time value)
throws SQLException
updateTime in interface ResultSetSQLException
public void updateTimestamp(int i,
Timestamp value)
throws SQLException
updateTimestamp in interface ResultSetSQLException
public void updateTimestamp(String colName,
Timestamp value)
throws SQLException
updateTimestamp in interface ResultSetSQLException
public boolean wasNull()
throws SQLException
wasNull in interface ResultSetSQLExceptionpublic void setMaxRows(int max)
protected void setStatement(Statement stmt)
public void updateArray(int arg0,
Array arg1)
throws SQLException
updateArray in interface ResultSetSQLException
public void updateArray(String colName,
Array arg1)
throws SQLException
updateArray in interface ResultSetSQLException
public void updateBlob(int arg0,
Blob arg1)
throws SQLException
updateBlob in interface ResultSetSQLException
public void updateBlob(String colName,
Blob arg1)
throws SQLException
updateBlob in interface ResultSetSQLException
public void updateClob(int arg0,
Clob arg1)
throws SQLException
updateClob in interface ResultSetSQLException
public void updateClob(String colName,
Clob arg1)
throws SQLException
updateClob in interface ResultSetSQLException
public void updateRef(int arg0,
Ref arg1)
throws SQLException
updateRef in interface ResultSetSQLException
public void updateRef(String colName,
Ref arg1)
throws SQLException
updateRef in interface ResultSetSQLException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||