protected class LoggingConnectionDecorator.LoggingConnection.LoggingResultSet extends DelegatingResultSet
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 |
---|
LoggingResultSet(ResultSet rs,
Statement stmnt) |
Modifier and Type | Method and Description |
---|---|
boolean |
absolute(int a) |
void |
afterLast() |
void |
beforeFirst() |
void |
close() |
boolean |
first() |
boolean |
last() |
boolean |
next() |
boolean |
previous() |
boolean |
relative(int a) |
appendInfo, cancelRowUpdates, clearWarnings, deleteRow, equals, findColumn, getArray, getArray, getAsciiStream, getAsciiStream, getBigDecimal, getBigDecimal, getBigDecimal, getBigDecimal, getBinaryStream, getBinaryStream, getBlob, getBlob, getBoolean, getBoolean, getByte, getByte, getBytes, getBytes, getCharacterStream, getCharacterStream, getClob, getClob, getConcurrency, getCursorName, getDate, getDate, getDate, getDate, getDelegate, getDouble, getDouble, getFetchDirection, getFetchSize, getFloat, getFloat, getHoldability, getInnermostDelegate, getInt, getInt, getLong, getLong, getMetaData, getNCharacterStream, getNCharacterStream, getNClob, getNClob, getNString, getNString, getObject, getObject, getObject, getObject, getObject, getObject, getRef, getRef, getRow, getRowId, getRowId, getShort, getShort, getSQLXML, getSQLXML, getStatement, getString, getString, getTime, getTime, getTime, getTime, getTimestamp, getTimestamp, getTimestamp, getTimestamp, getType, getUnicodeStream, getUnicodeStream, getURL, getURL, getWarnings, hashCode, insertRow, isAfterLast, isBeforeFirst, isClosed, isFirst, isLast, isWrapperFor, moveToCurrentRow, moveToInsertRow, refreshRow, rowDeleted, rowInserted, rowUpdated, setFetchDirection, setFetchSize, toString, unwrap, 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, updateRow, updateRowId, updateRowId, updateShort, updateShort, updateSQLXML, updateSQLXML, updateString, updateString, updateTime, updateTime, updateTimestamp, updateTimestamp, wasNull
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
updateObject, updateObject, updateObject, updateObject
public boolean next() throws SQLException
next
in interface ResultSet
next
in class DelegatingResultSet
SQLException
public void close() throws SQLException
close
in interface AutoCloseable
close
in interface ResultSet
close
in interface Closeable
close
in class DelegatingResultSet
SQLException
public void beforeFirst() throws SQLException
beforeFirst
in interface ResultSet
beforeFirst
in class DelegatingResultSet
SQLException
public void afterLast() throws SQLException
afterLast
in interface ResultSet
afterLast
in class DelegatingResultSet
SQLException
public boolean first() throws SQLException
first
in interface ResultSet
first
in class DelegatingResultSet
SQLException
public boolean last() throws SQLException
last
in interface ResultSet
last
in class DelegatingResultSet
SQLException
public boolean absolute(int a) throws SQLException
absolute
in interface ResultSet
absolute
in class DelegatingResultSet
SQLException
public boolean relative(int a) throws SQLException
relative
in interface ResultSet
relative
in class DelegatingResultSet
SQLException
public boolean previous() throws SQLException
previous
in interface ResultSet
previous
in class DelegatingResultSet
SQLException
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.