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 voidaccumulateWarning(SqlWarning e)intcompleteSqlca(Sqlca sqlca)voidearlyCloseComplete(Sqlca sqlca)ConnectionCallbackInterfacegetConnectionCallbackInterface()StatementCallbackInterfacegetStatementCallbackInterface()-
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()
-
-