|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openjpa.lib.jdbc.DelegatingResultSet
org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingResultSet
protected abstract class LoggingConnectionDecorator.LoggingConnection.LoggingResultSet
Warning-handling result set.
Field Summary |
---|
Fields inherited from interface java.sql.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 Summary | |
---|---|
LoggingConnectionDecorator.LoggingConnection.LoggingResultSet(java.sql.ResultSet rs,
java.sql.Statement stmnt)
|
Method Summary | |
---|---|
boolean |
absolute(int a)
|
void |
afterLast()
|
void |
beforeFirst()
|
void |
close()
|
boolean |
first()
|
boolean |
last()
|
boolean |
next()
|
boolean |
previous()
|
boolean |
relative(int a)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.sql.ResultSet |
---|
getHoldability, getNCharacterStream, getNCharacterStream, getNClob, getNClob, getNString, getNString, 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 |
Constructor Detail |
---|
public LoggingConnectionDecorator.LoggingConnection.LoggingResultSet(java.sql.ResultSet rs, java.sql.Statement stmnt)
Method Detail |
---|
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.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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |