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