| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.postgresql.pljava.jdbc.AbstractResultSetorg.postgresql.pljava.jdbc.ObjectResultSetorg.postgresql.pljava.jdbc.ReadOnlyResultSetpublic abstract class ReadOnlyResultSetextends ObjectResultSetUnsupportedFeatureException.
Method Summary | |
void |
|
void |
|
int |
|
void |
|
void |
|
void |
|
boolean |
|
boolean |
|
boolean |
|
void |
|
void |
|
void |
|
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 cancelRowUpdates()
throws SQLExceptionThis feature is not supported on aReadOnlyResultSet.
public void deleteRow()
throws SQLExceptionThis feature is not supported on aReadOnlyResultSet.
public int getConcurrency()
throws SQLExceptionReturnsResultSet.CONCUR_READ_ONLY.
public void insertRow()
throws SQLExceptionThis feature is not supported on aReadOnlyResultSet.
public void moveToCurrentRow()
throws SQLExceptionThis is a no-op since themoveToInsertRow()method is unsupported.
public void moveToInsertRow()
throws SQLExceptionThis feature is not supported on aReadOnlyResultSet.
public boolean rowDeleted()
throws SQLExceptionAlways returns false.
public boolean rowInserted()
throws SQLExceptionAlways returns false.
public boolean rowUpdated()
throws SQLExceptionAlways returns false.
public void updateObject(int columnIndex,
Object x)
throws SQLExceptionThis feature is not supported on aReadOnlyResultSet.
public void updateObject(int columnIndex,
Object x,
int scale)
throws SQLExceptionThis feature is not supported on aReadOnlyResultSet.
public void updateRow()
throws SQLExceptionThis feature is not supported on aReadOnlyResultSet.