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, 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, updateTimestamp
isWrapperFor, recordMethodInvocation, replayMethodsInvocation, throwSQLExceptionIfNecessary, unwrap
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAsciiStream, 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, wasNull
isWrapperFor, unwrap
public final ResultSetMetaData getMetaData() throws SQLException
SQLException
public int findColumn(String columnLabel) throws SQLException
SQLException
public final void close() throws SQLException
SQLException
public final boolean isClosed()
public final void setFetchDirection(int direction) throws SQLException
SQLException
public final int getFetchDirection() throws SQLException
SQLException
public final void setFetchSize(int rows) throws SQLException
SQLException
public final int getFetchSize() throws SQLException
SQLException
public final int getType() throws SQLException
SQLException
public final int getConcurrency() throws SQLException
SQLException
public final SQLWarning getWarnings() throws SQLException
SQLException
public final void clearWarnings() throws SQLException
SQLException
Copyright © 2018. All rights reserved.