|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.axiondb.jdbc.AxionResultSet
public class 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 ResultSet
SQLException
public void afterLast() throws SQLException
afterLast
in interface ResultSet
SQLException
public void beforeFirst() throws SQLException
beforeFirst
in interface ResultSet
SQLException
public void cancelRowUpdates() throws SQLException
cancelRowUpdates
in interface ResultSet
SQLException
public void clearWarnings() throws SQLException
clearWarnings
in interface ResultSet
SQLException
public void close() throws SQLException
close
in interface ResultSet
SQLException
public void deleteRow() throws SQLException
deleteRow
in interface ResultSet
SQLException
public int findColumn(String colName) throws SQLException
findColumn
in interface ResultSet
SQLException
public boolean first() throws SQLException
first
in interface ResultSet
SQLException
public Array getArray(int i) throws SQLException
getArray
in interface ResultSet
SQLException
public Array getArray(String colName) throws SQLException
getArray
in interface ResultSet
SQLException
public InputStream getAsciiStream(int i) throws SQLException
getAsciiStream
in interface ResultSet
SQLException
public InputStream getAsciiStream(String colName) throws SQLException
getAsciiStream
in interface ResultSet
SQLException
public BigDecimal getBigDecimal(int i) throws SQLException
getBigDecimal
in interface ResultSet
SQLException
public BigDecimal getBigDecimal(String colName) throws SQLException
getBigDecimal
in interface ResultSet
SQLException
public BigDecimal getBigDecimal(int i, int scale) throws SQLException
ResultSet.getBigDecimal(int,int)
getBigDecimal
in interface ResultSet
SQLException
public BigDecimal getBigDecimal(String colName, int scale) throws SQLException
ResultSet.getBigDecimal(java.lang.String,int)
getBigDecimal
in interface ResultSet
SQLException
public InputStream getBinaryStream(int i) throws SQLException
getBinaryStream
in interface ResultSet
SQLException
public InputStream getBinaryStream(String colName) throws SQLException
getBinaryStream
in interface ResultSet
SQLException
public Blob getBlob(int i) throws SQLException
getBlob
in interface ResultSet
SQLException
public Blob getBlob(String colName) throws SQLException
getBlob
in interface ResultSet
SQLException
public boolean getBoolean(int i) throws SQLException
getBoolean
in interface ResultSet
SQLException
public boolean getBoolean(String colName) throws SQLException
getBoolean
in interface ResultSet
SQLException
public byte getByte(int i) throws SQLException
getByte
in interface ResultSet
SQLException
public byte getByte(String colName) throws SQLException
getByte
in interface ResultSet
SQLException
public byte[] getBytes(int i) throws SQLException
getBytes
in interface ResultSet
SQLException
public byte[] getBytes(String colName) throws SQLException
getBytes
in interface ResultSet
SQLException
public Reader getCharacterStream(int i) throws SQLException
getCharacterStream
in interface ResultSet
SQLException
public Reader getCharacterStream(String colName) throws SQLException
getCharacterStream
in interface ResultSet
SQLException
public Clob getClob(int i) throws SQLException
getClob
in interface ResultSet
SQLException
public Clob getClob(String colName) throws SQLException
getClob
in interface ResultSet
SQLException
public int getConcurrency() throws SQLException
getConcurrency
in interface ResultSet
SQLException
public String getCursorName() throws SQLException
getCursorName
in interface ResultSet
SQLException
public Date getDate(int i) throws SQLException
getDate
in interface ResultSet
SQLException
public Date getDate(String colName) throws SQLException
getDate
in interface ResultSet
SQLException
public Date getDate(int i, Calendar cal) throws SQLException
getDate
in interface ResultSet
SQLException
public Date getDate(String colName, Calendar cal) throws SQLException
getDate
in interface ResultSet
SQLException
public double getDouble(int i) throws SQLException
getDouble
in interface ResultSet
SQLException
public double getDouble(String colName) throws SQLException
getDouble
in interface ResultSet
SQLException
public int getFetchDirection() throws SQLException
getFetchDirection
in interface ResultSet
SQLException
public int getFetchSize() throws SQLException
getFetchSize
in interface ResultSet
SQLException
public float getFloat(int i) throws SQLException
getFloat
in interface ResultSet
SQLException
public float getFloat(String colName) throws SQLException
getFloat
in interface ResultSet
SQLException
public int getInt(int i) throws SQLException
getInt
in interface ResultSet
SQLException
public int getInt(String colName) throws SQLException
getInt
in interface ResultSet
SQLException
public long getLong(int i) throws SQLException
getLong
in interface ResultSet
SQLException
public long getLong(String colName) throws SQLException
getLong
in interface ResultSet
SQLException
public ResultSetMetaData getMetaData() throws SQLException
getMetaData
in interface ResultSet
SQLException
public Object getObject(int i) throws SQLException
getObject
in interface ResultSet
SQLException
public Object getObject(String colName) throws SQLException
getObject
in interface ResultSet
SQLException
public Object getObject(int i, Map map) throws SQLException
getObject
in interface ResultSet
SQLException
public Object getObject(String colName, Map map) throws SQLException
getObject
in interface ResultSet
SQLException
public Ref getRef(int i) throws SQLException
getRef
in interface ResultSet
SQLException
public Ref getRef(String colName) throws SQLException
getRef
in interface ResultSet
SQLException
public int getRow() throws SQLException
getRow
in interface ResultSet
SQLException
public short getShort(int i) throws SQLException
getShort
in interface ResultSet
SQLException
public short getShort(String colName) throws SQLException
getShort
in interface ResultSet
SQLException
public Statement getStatement() throws SQLException
getStatement
in interface ResultSet
SQLException
public String getString(int i) throws SQLException
getString
in interface ResultSet
SQLException
public String getString(String colName) throws SQLException
getString
in interface ResultSet
SQLException
public Time getTime(int i) throws SQLException
getTime
in interface ResultSet
SQLException
public Time getTime(String colName) throws SQLException
getTime
in interface ResultSet
SQLException
public Time getTime(int i, Calendar cal) throws SQLException
getTime
in interface ResultSet
SQLException
public Time getTime(String colName, Calendar cal) throws SQLException
getTime
in interface ResultSet
SQLException
public Timestamp getTimestamp(int i) throws SQLException
getTimestamp
in interface ResultSet
SQLException
public Timestamp getTimestamp(String colName) throws SQLException
getTimestamp
in interface ResultSet
SQLException
public Timestamp getTimestamp(int i, Calendar cal) throws SQLException
getTimestamp
in interface ResultSet
SQLException
public Timestamp getTimestamp(String colName, Calendar cal) throws SQLException
getTimestamp
in interface ResultSet
SQLException
public URL getURL(int i) throws SQLException
getURL
in interface ResultSet
SQLException
public URL getURL(String colName) throws SQLException
getURL
in interface ResultSet
SQLException
public int getType() throws SQLException
getType
in interface ResultSet
SQLException
public InputStream getUnicodeStream(int i) throws SQLException
ResultSet.getUnicodeStream(int)
getUnicodeStream
in interface ResultSet
SQLException
public InputStream getUnicodeStream(String colName) throws SQLException
ResultSet.getUnicodeStream(int)
getUnicodeStream
in interface ResultSet
SQLException
public SQLWarning getWarnings() throws SQLException
getWarnings
in interface ResultSet
SQLException
public void insertRow() throws SQLException
insertRow
in interface ResultSet
SQLException
public boolean isAfterLast() throws SQLException
isAfterLast
in interface ResultSet
SQLException
public boolean isBeforeFirst() throws SQLException
isBeforeFirst
in interface ResultSet
SQLException
public boolean isFirst() throws SQLException
isFirst
in interface ResultSet
SQLException
public boolean isLast() throws SQLException
isLast
in interface ResultSet
SQLException
public boolean last() throws SQLException
last
in interface ResultSet
SQLException
public void moveToCurrentRow() throws SQLException
moveToCurrentRow
in interface ResultSet
SQLException
public void moveToInsertRow() throws SQLException
moveToInsertRow
in interface ResultSet
SQLException
public boolean next() throws SQLException
next
in interface ResultSet
SQLException
public boolean previous() throws SQLException
previous
in interface ResultSet
SQLException
public void refreshRow() throws SQLException
refreshRow
in interface ResultSet
SQLException
public boolean relative(int rows) throws SQLException
relative
in interface ResultSet
SQLException
public boolean rowDeleted() throws SQLException
rowDeleted
in interface ResultSet
SQLException
public boolean rowInserted() throws SQLException
rowInserted
in interface ResultSet
SQLException
public boolean rowUpdated() throws SQLException
rowUpdated
in interface ResultSet
SQLException
public void setFetchDirection(int direction) throws SQLException
setFetchDirection
in interface ResultSet
SQLException
public void setFetchSize(int size) throws SQLException
setFetchSize
in interface ResultSet
SQLException
public void updateAsciiStream(int i, InputStream in, int length) throws SQLException
updateAsciiStream
in interface ResultSet
SQLException
public void updateAsciiStream(String colName, InputStream in, int length) throws SQLException
updateAsciiStream
in interface ResultSet
SQLException
public void updateBigDecimal(int i, BigDecimal value) throws SQLException
updateBigDecimal
in interface ResultSet
SQLException
public void updateBigDecimal(String colName, BigDecimal value) throws SQLException
updateBigDecimal
in interface ResultSet
SQLException
public void updateBinaryStream(int i, InputStream value, int length) throws SQLException
updateBinaryStream
in interface ResultSet
SQLException
public void updateBinaryStream(String colName, InputStream value, int length) throws SQLException
updateBinaryStream
in interface ResultSet
SQLException
public void updateBoolean(int i, boolean value) throws SQLException
updateBoolean
in interface ResultSet
SQLException
public void updateBoolean(String colName, boolean value) throws SQLException
updateBoolean
in interface ResultSet
SQLException
public void updateByte(int i, byte value) throws SQLException
updateByte
in interface ResultSet
SQLException
public void updateByte(String colName, byte value) throws SQLException
updateByte
in interface ResultSet
SQLException
public void updateBytes(int i, byte[] value) throws SQLException
updateBytes
in interface ResultSet
SQLException
public void updateBytes(String colName, byte[] value) throws SQLException
updateBytes
in interface ResultSet
SQLException
public void updateCharacterStream(int i, Reader value, int length) throws SQLException
updateCharacterStream
in interface ResultSet
SQLException
public void updateCharacterStream(String colName, Reader value, int length) throws SQLException
updateCharacterStream
in interface ResultSet
SQLException
public void updateDate(int i, Date value) throws SQLException
updateDate
in interface ResultSet
SQLException
public void updateDate(String colName, Date value) throws SQLException
updateDate
in interface ResultSet
SQLException
public void updateDouble(int i, double value) throws SQLException
updateDouble
in interface ResultSet
SQLException
public void updateDouble(String colName, double value) throws SQLException
updateDouble
in interface ResultSet
SQLException
public void updateFloat(int i, float value) throws SQLException
updateFloat
in interface ResultSet
SQLException
public void updateFloat(String colName, float value) throws SQLException
updateFloat
in interface ResultSet
SQLException
public void updateInt(int i, int value) throws SQLException
updateInt
in interface ResultSet
SQLException
public void updateInt(String colName, int value) throws SQLException
updateInt
in interface ResultSet
SQLException
public void updateLong(int i, long value) throws SQLException
updateLong
in interface ResultSet
SQLException
public void updateLong(String colName, long value) throws SQLException
updateLong
in interface ResultSet
SQLException
public void updateNull(int i) throws SQLException
updateNull
in interface ResultSet
SQLException
public void updateNull(String colName) throws SQLException
updateNull
in interface ResultSet
SQLException
public void updateObject(int i, Object value) throws SQLException
updateObject
in interface ResultSet
SQLException
public void updateObject(String colName, Object value) throws SQLException
updateObject
in interface ResultSet
SQLException
public void updateObject(int i, Object value, int scale) throws SQLException
updateObject
in interface ResultSet
SQLException
public void updateObject(String colName, Object value, int scale) throws SQLException
updateObject
in interface ResultSet
SQLException
public void updateRow() throws SQLException
updateRow
in interface ResultSet
SQLException
public void updateShort(int i, short value) throws SQLException
updateShort
in interface ResultSet
SQLException
public void updateShort(String colName, short value) throws SQLException
updateShort
in interface ResultSet
SQLException
public void updateString(int i, String value) throws SQLException
updateString
in interface ResultSet
SQLException
public void updateString(String colName, String value) throws SQLException
updateString
in interface ResultSet
SQLException
public void updateTime(int i, Time value) throws SQLException
updateTime
in interface ResultSet
SQLException
public void updateTime(String colName, Time value) throws SQLException
updateTime
in interface ResultSet
SQLException
public void updateTimestamp(int i, Timestamp value) throws SQLException
updateTimestamp
in interface ResultSet
SQLException
public void updateTimestamp(String colName, Timestamp value) throws SQLException
updateTimestamp
in interface ResultSet
SQLException
public boolean wasNull() throws SQLException
wasNull
in interface ResultSet
SQLException
public void setMaxRows(int max)
protected void setStatement(Statement stmt)
public void updateArray(int arg0, Array arg1) throws SQLException
updateArray
in interface ResultSet
SQLException
public void updateArray(String colName, Array arg1) throws SQLException
updateArray
in interface ResultSet
SQLException
public void updateBlob(int arg0, Blob arg1) throws SQLException
updateBlob
in interface ResultSet
SQLException
public void updateBlob(String colName, Blob arg1) throws SQLException
updateBlob
in interface ResultSet
SQLException
public void updateClob(int arg0, Clob arg1) throws SQLException
updateClob
in interface ResultSet
SQLException
public void updateClob(String colName, Clob arg1) throws SQLException
updateClob
in interface ResultSet
SQLException
public void updateRef(int arg0, Ref arg1) throws SQLException
updateRef
in interface ResultSet
SQLException
public void updateRef(String colName, Ref arg1) throws SQLException
updateRef
in interface ResultSet
SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |