|
|||||||||
| 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.ResultSetnext in class DelegatingResultSetjava.sql.SQLException
public void close()
throws java.sql.SQLException
close in interface java.sql.ResultSetclose in interface Closeableclose in class DelegatingResultSetjava.sql.SQLException
public void beforeFirst()
throws java.sql.SQLException
beforeFirst in interface java.sql.ResultSetbeforeFirst in class DelegatingResultSetjava.sql.SQLException
public void afterLast()
throws java.sql.SQLException
afterLast in interface java.sql.ResultSetafterLast in class DelegatingResultSetjava.sql.SQLException
public boolean first()
throws java.sql.SQLException
first in interface java.sql.ResultSetfirst in class DelegatingResultSetjava.sql.SQLException
public boolean last()
throws java.sql.SQLException
last in interface java.sql.ResultSetlast in class DelegatingResultSetjava.sql.SQLException
public boolean absolute(int a)
throws java.sql.SQLException
absolute in interface java.sql.ResultSetabsolute in class DelegatingResultSetjava.sql.SQLException
public boolean relative(int a)
throws java.sql.SQLException
relative in interface java.sql.ResultSetrelative in class DelegatingResultSetjava.sql.SQLException
public boolean previous()
throws java.sql.SQLException
previous in interface java.sql.ResultSetprevious in class DelegatingResultSetjava.sql.SQLException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||