Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.postgresql.pljava.jdbc.AbstractResultSet
org.postgresql.pljava.jdbc.ObjectResultSet
org.postgresql.pljava.jdbc.ReadOnlyResultSet
org.postgresql.pljava.jdbc.ResultSetBase
org.postgresql.pljava.jdbc.SPIResultSet
public class SPIResultSet
extends org.postgresql.pljava.jdbc.ResultSetBase
Portal
. At present, only
forward positioning is implemented. Attempts to use reverse or
absolute positioning will fail.
Method Summary | |
void |
|
int |
|
protected Tuple | |
String | |
int | |
ResultSetMetaData |
|
protected Object |
|
protected Portal | |
Statement | |
protected TupleTable | |
boolean |
|
boolean |
|
protected Tuple |
|
Methods inherited from class org.postgresql.pljava.jdbc.ResultSetBase | |
absolute , afterLast , beforeFirst , close , first , getFetchDirection , getFetchSize , getRow , getType , isAfterLast , isBeforeFirst , isFirst , last , previous , relative , setFetchDirection , setFetchSize |
Methods inherited from class org.postgresql.pljava.jdbc.ReadOnlyResultSet | |
cancelRowUpdates , deleteRow , getConcurrency , insertRow , moveToCurrentRow , moveToInsertRow , rowDeleted , rowInserted , rowUpdated , updateObject , updateObject , updateRow |
Methods inherited from class org.postgresql.pljava.jdbc.ObjectResultSet | |
clearWarnings , getArray , getAsciiStream , getBigDecimal , getBigDecimal , getBinaryStream , getBlob , getBoolean , getByte , getBytes , getCharacterStream , getClob , getDate , getDate , getDouble , getFloat , getInt , getLong , getMetaData , getNumber , getObject , getObject , getObjectValue , getObjectValue , getRef , getShort , getString , getTime , getTime , getTimestamp , getTimestamp , getURL , getUnicodeStream , getValue , getValue , getWarnings , refreshRow , updateArray , updateAsciiStream , updateBigDecimal , updateBinaryStream , updateBlob , updateBoolean , updateByte , updateBytes , updateCharacterStream , updateClob , updateDate , updateDouble , updateFloat , updateInt , updateLong , updateNull , updateRef , updateShort , updateString , updateTime , updateTimestamp , wasNull |
Methods inherited from class org.postgresql.pljava.jdbc.AbstractResultSet | |
getArray , getAsciiStream , getBigDecimal , getBigDecimal , getBinaryStream , getBlob , getBoolean , getByte , getBytes , getCharacterStream , getClob , getCursorName , getDate , getDate , getDouble , getFloat , getInt , getLong , getObject , getObject , getRef , getShort , getStatement , getString , getTime , getTime , getTimestamp , getTimestamp , getURL , getUnicodeStream , updateArray , updateAsciiStream , updateBigDecimal , updateBinaryStream , updateBlob , updateBoolean , updateByte , updateBytes , updateCharacterStream , updateClob , updateDate , updateDouble , updateFloat , updateInt , updateLong , updateNull , updateObject , updateObject , updateRef , updateShort , updateString , updateTime , updateTimestamp |
public void close() throws SQLException
- Overrides:
- close in interface org.postgresql.pljava.jdbc.ResultSetBase
public int findColumn(String columnName) throws SQLException
public String getCursorName() throws SQLException
- Overrides:
- getCursorName in interface AbstractResultSet
public int getFetchDirection() throws SQLException
- Overrides:
- getFetchDirection in interface org.postgresql.pljava.jdbc.ResultSetBase
public ResultSetMetaData getMetaData() throws SQLException
ResultSetMetaData is not yet supported.
- Overrides:
- getMetaData in interface ObjectResultSet
protected Object getObjectValue(int columnIndex) throws SQLException
- Overrides:
- getObjectValue in interface ObjectResultSet
public Statement getStatement() throws SQLException
- Overrides:
- getStatement in interface AbstractResultSet
public boolean isLast() throws SQLException
public boolean next() throws SQLException