org.postgresql.pljava.jdbc
Class SingleRowReader
- ResultSet
public class SingleRowReader
A single row, read-only ResultSet, specially made for functions and
procedures that takes complex types as arguments (PostgreSQL 7.5
and later).
protected void | _free(long pointer)
|
void | cancelRowUpdates() - This feature is not supported on a
ReadOnlyResultSet .
|
void | close()
|
void | deleteRow() - This feature is not supported on a
ReadOnlyResultSet .
|
void | finalize()
|
int | getConcurrency() - Returns
ResultSet.CONCUR_READ_ONLY .
|
protected Object | getObjectValue(int columnIndex)
|
protected TupleDesc | getTupleDesc()
|
void | insertRow() - This feature is not supported on a
ReadOnlyResultSet .
|
void | moveToInsertRow() - This feature is not supported on a
ReadOnlyResultSet .
|
boolean | rowUpdated() - Always returns false.
|
void | updateObject(int columnIndex, Object x) - This feature is not supported on a
ReadOnlyResultSet .
|
void | updateObject(int columnIndex, Object x, int scale) - This feature is not supported on a
ReadOnlyResultSet .
|
void | updateRow() - This feature is not supported on a
ReadOnlyResultSet .
|
absolute , afterLast , beforeFirst , deleteRow , findColumn , first , getConcurrency , getFetchDirection , getFetchSize , getMetaData , getRow , getTupleDesc , getType , insertRow , isAfterLast , isBeforeFirst , isFirst , isLast , last , moveToCurrentRow , moveToInsertRow , next , previous , relative , rowDeleted , rowInserted , setFetchDirection , setFetchSize , updateObject , updateRow |
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 |
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 |
SingleRowReader
public SingleRowReader(long pointer,
TupleDesc tupleDesc)
throws SQLException
_free
protected void _free(long pointer)
cancelRowUpdates
public void cancelRowUpdates()
throws SQLException
This feature is not supported on a ReadOnlyResultSet
.
deleteRow
public void deleteRow()
throws SQLException
This feature is not supported on a ReadOnlyResultSet
.
- deleteRow in interface SingleRowResultSet
finalize
public void finalize()
insertRow
public void insertRow()
throws SQLException
This feature is not supported on a ReadOnlyResultSet
.
- insertRow in interface SingleRowResultSet
moveToInsertRow
public void moveToInsertRow()
throws SQLException
This feature is not supported on a ReadOnlyResultSet
.
- moveToInsertRow in interface SingleRowResultSet
rowUpdated
public boolean rowUpdated()
throws SQLException
Always returns false.
updateObject
public void updateObject(int columnIndex,
Object x)
throws SQLException
This feature is not supported on a ReadOnlyResultSet
.
updateObject
public void updateObject(int columnIndex,
Object x,
int scale)
throws SQLException
This feature is not supported on a ReadOnlyResultSet
.
- updateObject in interface SingleRowResultSet
updateRow
public void updateRow()
throws SQLException
This feature is not supported on a ReadOnlyResultSet
.
- updateRow in interface SingleRowResultSet
Copyright (c) 2003, 2004, 2005 TADA AB - Taby Sweden. \
Distributed under the terms shown in COPYRIGHT