Uses of Interface
org.firebirdsql.jdbc.FirebirdBlob

Packages that use FirebirdBlob
org.firebirdsql.jdbc   
 

Uses of FirebirdBlob in org.firebirdsql.jdbc
 

Classes in org.firebirdsql.jdbc that implement FirebirdBlob
 class FBBlob
          The representation (mapping) in the JavaTM programming language of an SQL BLOB value.
 class FBCachedBlob
          This class represents a cached blob field.
 

Methods in org.firebirdsql.jdbc that return FirebirdBlob
 FirebirdBlob FBCachedBlob.detach()
           
 FirebirdBlob FirebirdBlob.detach()
          Detach this blob.
 FirebirdBlob FBBlob.detach()
          Detach this blob.
 FirebirdBlob FirebirdBlob.BlobInputStream.getBlob()
          Get instance of FirebirdBlob to which this stream belongs to.
 FirebirdBlob FBBlob.FBBlobInputStream.getBlob()
           
 

Methods in org.firebirdsql.jdbc with parameters of type FirebirdBlob
 void FBObjectListener.BlobListener.executionCompleted(FirebirdBlob blob)
          Notify listener that execution of some BLOB operation had been completed.
 void InternalTransactionCoordinator.executionCompleted(FirebirdBlob blob)
           
 void InternalTransactionCoordinator.AutoCommitCoordinator.executionCompleted(FirebirdBlob blob)
           
 void InternalTransactionCoordinator.LocalTransactionCoordinator.executionCompleted(FirebirdBlob blob)
           
 void InternalTransactionCoordinator.MetaDataTransactionCoordinator.executionCompleted(FirebirdBlob blob)
           
 void FBObjectListener.BlobListener.executionStarted(FirebirdBlob blob)
          Notify listener that execution of some BLOB operation had been started.
 void InternalTransactionCoordinator.executionStarted(FirebirdBlob blob)
           
 void InternalTransactionCoordinator.AutoCommitCoordinator.executionStarted(FirebirdBlob blob)
           
 void InternalTransactionCoordinator.LocalTransactionCoordinator.executionStarted(FirebirdBlob blob)
           
 void InternalTransactionCoordinator.ManagedTransactionCoordinator.executionStarted(FirebirdBlob blob)
           
 void InternalTransactionCoordinator.MetaDataTransactionCoordinator.executionStarted(FirebirdBlob blob)
           
 



Copyright © 2001-2010. All Rights Reserved.