Package org.apache.derby.client.am
Interface ResultSetCallbackInterface
-
- All Superinterfaces:
UnitOfWorkListener
- All Known Implementing Classes:
ClientResultSet
,NetResultSet
,NetResultSet42
public interface ResultSetCallbackInterface extends UnitOfWorkListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accumulateWarning(SqlWarning e)
int
completeSqlca(Sqlca sqlca)
void
earlyCloseComplete(Sqlca sqlca)
ConnectionCallbackInterface
getConnectionCallbackInterface()
StatementCallbackInterface
getStatementCallbackInterface()
-
Methods inherited from interface org.apache.derby.client.am.UnitOfWorkListener
completeLocalCommit, completeLocalRollback, listenToUnitOfWork
-
-
-
-
Method Detail
-
earlyCloseComplete
void earlyCloseComplete(Sqlca sqlca)
-
completeSqlca
int completeSqlca(Sqlca sqlca)
-
accumulateWarning
void accumulateWarning(SqlWarning e)
-
getStatementCallbackInterface
StatementCallbackInterface getStatementCallbackInterface()
-
getConnectionCallbackInterface
ConnectionCallbackInterface getConnectionCallbackInterface()
-
-