org.firebirdsql.jdbc
Interface FBObjectListener.BlobListener
- InternalTransactionCoordinator, InternalTransactionCoordinator.AbstractTransactionCoordinator, InternalTransactionCoordinator.AutoCommitCoordinator, InternalTransactionCoordinator.LocalTransactionCoordinator, InternalTransactionCoordinator.ManagedTransactionCoordinator, InternalTransactionCoordinator.MetaDataTransactionCoordinator
public static interface FBObjectListener.BlobListener
Listener for the events generated by BLOBs.
executionCompleted
public void executionCompleted(FirebirdBlob blob)
throws SQLException
Notify listener that execution of some BLOB operation had been completed.
executionStarted
public void executionStarted(FirebirdBlob blob)
throws SQLException
Notify listener that execution of some BLOB operation had been started.
Copyright B) 2001 David Jencks and other authors. All rights reserved.