public abstract class AbstractResultSetAdapter extends AbstractUnsupportedOperationResultSet
ResultSet.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 |
|---|
AbstractResultSetAdapter(List<ResultSet> resultSets,
Statement statement) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearWarnings() |
void |
close() |
int |
findColumn(String columnLabel) |
int |
getConcurrency() |
int |
getFetchDirection() |
int |
getFetchSize() |
ResultSetMetaData |
getMetaData() |
int |
getType() |
SQLWarning |
getWarnings() |
boolean |
isClosed() |
void |
setFetchDirection(int direction) |
void |
setFetchSize(int rows) |
absolute, afterLast, beforeFirst, cancelRowUpdates, deleteRow, first, getArray, getArray, getCursorName, getHoldability, getNCharacterStream, getNCharacterStream, getNClob, getNClob, getNString, getNString, getObject, getObject, getObject, getObject, getRef, getRef, getRow, getRowId, getRowId, insertRow, isAfterLast, isBeforeFirst, isFirst, isLast, last, moveToCurrentRow, moveToInsertRow, previous, refreshRow, relative, rowDeleted, rowInserted, rowUpdated, updateRowupdateArray, 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, waitgetAsciiStream, getAsciiStream, getBigDecimal, getBigDecimal, getBigDecimal, getBigDecimal, getBinaryStream, getBinaryStream, getBlob, getBlob, getBoolean, getBoolean, getByte, getByte, getBytes, getBytes, getCharacterStream, getCharacterStream, getClob, getClob, getDate, getDate, getDate, getDate, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getLong, getLong, getObject, getObject, getShort, getShort, getSQLXML, getSQLXML, getStatement, getString, getString, getTime, getTime, getTime, getTime, getTimestamp, getTimestamp, getTimestamp, getTimestamp, getUnicodeStream, getUnicodeStream, getURL, getURL, next, updateObject, updateObject, updateObject, updateObject, wasNullisWrapperFor, unwrappublic final ResultSetMetaData getMetaData() throws SQLException
SQLExceptionpublic int findColumn(String columnLabel) throws SQLException
SQLExceptionpublic final void close()
throws SQLException
SQLExceptionpublic final boolean isClosed()
public final void setFetchDirection(int direction)
throws SQLException
SQLExceptionpublic final int getFetchDirection()
throws SQLException
SQLExceptionpublic final void setFetchSize(int rows)
throws SQLException
SQLExceptionpublic final int getFetchSize()
throws SQLException
SQLExceptionpublic final int getType()
throws SQLException
SQLExceptionpublic final int getConcurrency()
throws SQLException
SQLExceptionpublic final SQLWarning getWarnings() throws SQLException
SQLExceptionpublic final void clearWarnings()
throws SQLException
SQLExceptionCopyright © 2018. All rights reserved.