public abstract class AbstractUnsupportedOperationResultSet extends AbstractUnsupportedUpdateOperationResultSet
ResultSet methods.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 and Description |
|---|
AbstractUnsupportedOperationResultSet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
absolute(int row) |
void |
afterLast() |
void |
beforeFirst() |
void |
cancelRowUpdates() |
void |
deleteRow() |
boolean |
first() |
Array |
getArray(int columnIndex) |
Array |
getArray(String columnLabel) |
String |
getCursorName() |
int |
getHoldability() |
Reader |
getNCharacterStream(int columnIndex) |
Reader |
getNCharacterStream(String columnLabel) |
NClob |
getNClob(int columnIndex) |
NClob |
getNClob(String columnLabel) |
String |
getNString(int columnIndex) |
String |
getNString(String columnLabel) |
<T> T |
getObject(int columnIndex,
Class<T> type) |
Object |
getObject(int columnIndex,
Map<String,Class<?>> map) |
<T> T |
getObject(String columnLabel,
Class<T> type) |
Object |
getObject(String columnLabel,
Map<String,Class<?>> map) |
Ref |
getRef(int columnIndex) |
Ref |
getRef(String columnLabel) |
int |
getRow() |
RowId |
getRowId(int columnIndex) |
RowId |
getRowId(String columnLabel) |
void |
insertRow() |
boolean |
isAfterLast() |
boolean |
isBeforeFirst() |
boolean |
isFirst() |
boolean |
isLast() |
boolean |
last() |
void |
moveToCurrentRow() |
void |
moveToInsertRow() |
boolean |
previous() |
void |
refreshRow() |
boolean |
relative(int rows) |
boolean |
rowDeleted() |
boolean |
rowInserted() |
boolean |
rowUpdated() |
void |
updateRow() |
updateArray, updateArray, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateBigDecimal, updateBigDecimal, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBlob, updateBlob, updateBlob, updateBlob, updateBlob, updateBlob, updateBoolean, updateBoolean, updateByte, updateByte, updateBytes, updateBytes, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateClob, updateClob, updateClob, updateClob, updateClob, updateClob, updateDate, updateDate, updateDouble, updateDouble, updateFloat, updateFloat, updateInt, updateInt, updateLong, updateLong, updateNCharacterStream, updateNCharacterStream, updateNCharacterStream, updateNCharacterStream, updateNClob, updateNClob, updateNClob, updateNClob, updateNClob, updateNClob, updateNString, updateNString, updateNull, updateNull, updateObject, updateObject, updateObject, updateObject, updateRef, updateRef, updateRowId, updateRowId, updateShort, updateShort, updateSQLXML, updateSQLXML, updateString, updateString, updateTime, updateTime, updateTimestamp, updateTimestampisWrapperFor, recordMethodInvocation, replayMethodsInvocation, throwSQLExceptionIfNecessary, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclearWarnings, close, findColumn, getAsciiStream, getAsciiStream, getBigDecimal, getBigDecimal, getBigDecimal, getBigDecimal, getBinaryStream, getBinaryStream, getBlob, getBlob, getBoolean, getBoolean, getByte, getByte, getBytes, getBytes, getCharacterStream, getCharacterStream, getClob, getClob, getConcurrency, getDate, getDate, getDate, getDate, getDouble, getDouble, getFetchDirection, getFetchSize, getFloat, getFloat, getInt, getInt, getLong, getLong, getMetaData, getObject, getObject, getShort, getShort, getSQLXML, getSQLXML, getStatement, getString, getString, getTime, getTime, getTime, getTime, getTimestamp, getTimestamp, getTimestamp, getTimestamp, getType, getUnicodeStream, getUnicodeStream, getURL, getURL, getWarnings, isClosed, next, setFetchDirection, setFetchSize, updateObject, updateObject, updateObject, updateObject, wasNullisWrapperFor, unwrappublic AbstractUnsupportedOperationResultSet()
public final boolean previous()
throws SQLException
SQLExceptionpublic final boolean isBeforeFirst()
throws SQLException
SQLExceptionpublic final boolean isAfterLast()
throws SQLException
SQLExceptionpublic final boolean isFirst()
throws SQLException
SQLExceptionpublic final boolean isLast()
throws SQLException
SQLExceptionpublic final void beforeFirst()
throws SQLException
SQLExceptionpublic final void afterLast()
throws SQLException
SQLExceptionpublic final boolean first()
throws SQLException
SQLExceptionpublic final boolean last()
throws SQLException
SQLExceptionpublic final boolean absolute(int row)
throws SQLException
SQLExceptionpublic final boolean relative(int rows)
throws SQLException
SQLExceptionpublic final int getRow()
throws SQLException
SQLExceptionpublic final void insertRow()
throws SQLException
SQLExceptionpublic final void updateRow()
throws SQLException
SQLExceptionpublic final void deleteRow()
throws SQLException
SQLExceptionpublic final void refreshRow()
throws SQLException
SQLExceptionpublic final void cancelRowUpdates()
throws SQLException
SQLExceptionpublic final void moveToInsertRow()
throws SQLException
SQLExceptionpublic final void moveToCurrentRow()
throws SQLException
SQLExceptionpublic final boolean rowInserted()
throws SQLException
SQLExceptionpublic final boolean rowUpdated()
throws SQLException
SQLExceptionpublic final boolean rowDeleted()
throws SQLException
SQLExceptionpublic final String getCursorName() throws SQLException
SQLExceptionpublic final int getHoldability()
throws SQLException
SQLExceptionpublic final String getNString(int columnIndex) throws SQLException
SQLExceptionpublic final String getNString(String columnLabel) throws SQLException
SQLExceptionpublic final NClob getNClob(int columnIndex) throws SQLException
SQLExceptionpublic final NClob getNClob(String columnLabel) throws SQLException
SQLExceptionpublic final Reader getNCharacterStream(int columnIndex) throws SQLException
SQLExceptionpublic final Reader getNCharacterStream(String columnLabel) throws SQLException
SQLExceptionpublic final Ref getRef(int columnIndex) throws SQLException
SQLExceptionpublic final Ref getRef(String columnLabel) throws SQLException
SQLExceptionpublic final Array getArray(int columnIndex) throws SQLException
SQLExceptionpublic final Array getArray(String columnLabel) throws SQLException
SQLExceptionpublic final RowId getRowId(int columnIndex) throws SQLException
SQLExceptionpublic final RowId getRowId(String columnLabel) throws SQLException
SQLExceptionpublic final <T> T getObject(int columnIndex,
Class<T> type)
throws SQLException
SQLExceptionpublic final <T> T getObject(String columnLabel, Class<T> type) throws SQLException
SQLExceptionpublic Object getObject(String columnLabel, Map<String,Class<?>> map) throws SQLException
SQLExceptionpublic Object getObject(int columnIndex, Map<String,Class<?>> map) throws SQLException
SQLExceptionCopyright © 2018. All rights reserved.