org.apache.derby.client.am
Interface ResultSetCallbackInterface

All Superinterfaces:
UnitOfWorkListener
All Known Implementing Classes:
NetResultSet, NetResultSet40, ResultSet

public interface ResultSetCallbackInterface
extends UnitOfWorkListener


Method Summary
 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()

Built on Thu 2010-12-23 20:49:13+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.