public abstract class AbstractUnsupportedOperationResultSet extends AbstractUnsupportedUpdateOperationResultSet
ResultSet methods.| 构造器和说明 |
|---|
AbstractUnsupportedOperationResultSet() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
absolute(int row) |
void |
afterLast() |
void |
beforeFirst() |
void |
cancelRowUpdates() |
void |
deleteRow() |
boolean |
first() |
String |
getCursorName() |
int |
getHoldability() |
Reader |
getNCharacterStream(int columnIndex) |
Reader |
getNCharacterStream(String columnLabel) |
NClob |
getNClob(int columnIndex) |
NClob |
getNClob(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, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclearWarnings, close, findColumn, getArray, getArray, 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, getNString, getNString, 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 boolean previous()
throws SQLException
SQLExceptionpublic boolean isBeforeFirst()
throws SQLException
SQLExceptionpublic boolean isAfterLast()
throws SQLException
SQLExceptionpublic boolean isFirst()
throws SQLException
SQLExceptionpublic boolean isLast()
throws SQLException
SQLExceptionpublic void beforeFirst()
throws SQLException
SQLExceptionpublic void afterLast()
throws SQLException
SQLExceptionpublic boolean first()
throws SQLException
SQLExceptionpublic boolean last()
throws SQLException
SQLExceptionpublic boolean absolute(int row)
throws SQLException
SQLExceptionpublic boolean relative(int rows)
throws SQLException
SQLExceptionpublic 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 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 RowId getRowId(int columnIndex) throws SQLException
SQLExceptionpublic final RowId getRowId(String columnLabel) throws SQLException
SQLExceptionpublic <T> T getObject(int columnIndex,
Class<T> type)
throws SQLException
SQLExceptionpublic <T> T getObject(String columnLabel, Class<T> type) throws SQLException
SQLExceptionpublic final Object getObject(String columnLabel, Map<String,Class<?>> map) throws SQLException
SQLExceptionpublic final Object getObject(int columnIndex, Map<String,Class<?>> map) throws SQLException
SQLExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.