protected abstract class LoggingConnectionDecorator.LoggingConnection.LoggingResultSet extends DelegatingResultSet
Constructor and Description |
---|
LoggingConnectionDecorator.LoggingConnection.LoggingResultSet(java.sql.ResultSet rs,
java.sql.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, enforceAbstract, 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, getInnermostDelegate, getInt, getInt, getLong, getLong, getMetaData, getObject, getObject, getObject, getObject, getRef, getRef, getRow, getShort, getShort, getStatement, getString, getString, getTime, getTime, getTime, getTime, getTimestamp, getTimestamp, getTimestamp, getTimestamp, getType, getUnicodeStream, getUnicodeStream, getURL, getURL, getWarnings, hashCode, insertRow, isAfterLast, isBeforeFirst, isFirst, isLast, isWrapperFor, moveToCurrentRow, moveToInsertRow, newInstance, refreshRow, rowDeleted, rowInserted, rowUpdated, setFetchDirection, setFetchSize, toString, unwrap, updateArray, updateArray, updateAsciiStream, updateAsciiStream, updateBigDecimal, updateBigDecimal, updateBinaryStream, updateBinaryStream, updateBlob, updateBlob, updateBoolean, updateBoolean, updateByte, updateByte, updateBytes, updateBytes, updateCharacterStream, updateCharacterStream, updateClob, updateClob, updateDate, updateDate, updateDouble, updateDouble, updateFloat, updateFloat, updateInt, updateInt, updateLong, updateLong, updateNull, updateNull, updateObject, updateObject, updateObject, updateObject, updateRef, updateRef, updateRow, updateShort, updateShort, updateString, updateString, updateTime, updateTime, updateTimestamp, updateTimestamp, wasNull
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getHoldability, getNCharacterStream, getNCharacterStream, getNClob, getNClob, getNString, getNString, getObject, getObject, getRowId, getRowId, getSQLXML, getSQLXML, isClosed, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBlob, updateBlob, updateBlob, updateBlob, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateClob, updateClob, updateClob, updateClob, updateNCharacterStream, updateNCharacterStream, updateNCharacterStream, updateNCharacterStream, updateNClob, updateNClob, updateNClob, updateNClob, updateNClob, updateNClob, updateNString, updateNString, updateRowId, updateRowId, updateSQLXML, updateSQLXML
public LoggingConnectionDecorator.LoggingConnection.LoggingResultSet(java.sql.ResultSet rs, java.sql.Statement stmnt)
public boolean next() throws java.sql.SQLException
next
in interface java.sql.ResultSet
next
in class DelegatingResultSet
java.sql.SQLException
public void close() throws java.sql.SQLException
close
in interface java.lang.AutoCloseable
close
in interface java.sql.ResultSet
close
in interface Closeable
close
in class DelegatingResultSet
java.sql.SQLException
public void beforeFirst() throws java.sql.SQLException
beforeFirst
in interface java.sql.ResultSet
beforeFirst
in class DelegatingResultSet
java.sql.SQLException
public void afterLast() throws java.sql.SQLException
afterLast
in interface java.sql.ResultSet
afterLast
in class DelegatingResultSet
java.sql.SQLException
public boolean first() throws java.sql.SQLException
first
in interface java.sql.ResultSet
first
in class DelegatingResultSet
java.sql.SQLException
public boolean last() throws java.sql.SQLException
last
in interface java.sql.ResultSet
last
in class DelegatingResultSet
java.sql.SQLException
public boolean absolute(int a) throws java.sql.SQLException
absolute
in interface java.sql.ResultSet
absolute
in class DelegatingResultSet
java.sql.SQLException
public boolean relative(int a) throws java.sql.SQLException
relative
in interface java.sql.ResultSet
relative
in class DelegatingResultSet
java.sql.SQLException
public boolean previous() throws java.sql.SQLException
previous
in interface java.sql.ResultSet
previous
in class DelegatingResultSet
java.sql.SQLException