public abstract class AbstractResultSetAdapter extends AbstractUnsupportedOperationResultSet
| 构造器和说明 |
|---|
AbstractResultSetAdapter(List<ResultSet> resultSets) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clearWarnings() |
void |
close() |
int |
findColumn(String columnLabel) |
int |
getConcurrency() |
int |
getFetchDirection() |
int |
getFetchSize() |
ResultSetMetaData |
getMetaData() |
Statement |
getStatement() |
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, getString, getString, getTime, getTime, getTime, getTime, getTimestamp, getTimestamp, getTimestamp, getTimestamp, getUnicodeStream, getUnicodeStream, getURL, getURL, next, wasNullisWrapperFor, unwrappublic final Statement getStatement() throws SQLException
SQLExceptionpublic final ResultSetMetaData getMetaData() throws SQLException
SQLExceptionpublic int findColumn(String columnLabel) throws SQLException
SQLExceptionpublic final void close()
throws SQLException
SQLExceptionpublic final boolean isClosed()
throws SQLException
SQLExceptionpublic 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 © 2017. All rights reserved.