org.firebirdsql.jdbc
Interface FBObjectListener.BlobListener
- All Known Implementing Classes:
- InternalTransactionCoordinator, InternalTransactionCoordinator.AbstractTransactionCoordinator
- Enclosing class:
- FBObjectListener
- public static interface FBObjectListener.BlobListener
Listener for the events generated by BLOBs.
executionStarted
public void executionStarted(FirebirdBlob blob)
throws java.sql.SQLException
- Notify listener that execution of some BLOB operation had been started.
- Parameters:
blob
- instance of FirebirdBlob
that caused this event.- Throws:
java.sql.SQLException
- if something went wrong.
executionCompleted
public void executionCompleted(FirebirdBlob blob)
throws java.sql.SQLException
- Notify listener that execution of some BLOB operation had been completed.
- Parameters:
blob
- instance of FirebirdBlob
that caused this event.- Throws:
java.sql.SQLException
- if something went wrong.
Copyright © 2001 David Jencks and other authors. All rights reserved.