Uses of Interface
org.firebirdsql.gds.BlobParameterBuffer

Packages that use BlobParameterBuffer
org.firebirdsql.gds This package contains classes defining Firebird API for Java language that applications can use to access databases directly without JDBC interfaces. 
org.firebirdsql.gds.impl.jni   
org.firebirdsql.gds.impl.wire   
 

Uses of BlobParameterBuffer in org.firebirdsql.gds
 

Methods in org.firebirdsql.gds that return BlobParameterBuffer
 BlobParameterBuffer GDS.createBlobParameterBuffer()
          Create a new BlobParameterBuffer instance for setting blob parameters in the current GDS implementation.
 

Methods in org.firebirdsql.gds with parameters of type BlobParameterBuffer
 void GDS.iscCreateBlob2(IscDbHandle db, IscTrHandle tr, IscBlobHandle blob, BlobParameterBuffer blobParameterBuffer)
          Create a new blob within a given transaction.
 void GDS.iscOpenBlob2(IscDbHandle db, IscTrHandle tr, IscBlobHandle blob, BlobParameterBuffer blobParameterBuffer)
          Open a blob within a given transaction.
 

Uses of BlobParameterBuffer in org.firebirdsql.gds.impl.jni
 

Methods in org.firebirdsql.gds.impl.jni that return BlobParameterBuffer
 BlobParameterBuffer BaseGDSImpl.createBlobParameterBuffer()
           
 

Methods in org.firebirdsql.gds.impl.jni with parameters of type BlobParameterBuffer
 void BaseGDSImpl.iscCreateBlob2(IscDbHandle db_handle, IscTrHandle tr_handle, IscBlobHandle blob_handle, BlobParameterBuffer blobParameterBuffer)
           
 void BaseGDSImpl.iscOpenBlob2(IscDbHandle db_handle, IscTrHandle tr_handle, IscBlobHandle blob_handle, BlobParameterBuffer blobParameterBuffer)
           
 

Uses of BlobParameterBuffer in org.firebirdsql.gds.impl.wire
 

Classes in org.firebirdsql.gds.impl.wire that implement BlobParameterBuffer
 class BlobParameterBufferImp
          jdgs implementation for BlobParameterBuffer.
 

Methods in org.firebirdsql.gds.impl.wire that return BlobParameterBuffer
 BlobParameterBuffer AbstractJavaGDSImpl.createBlobParameterBuffer()
           
 

Methods in org.firebirdsql.gds.impl.wire with parameters of type BlobParameterBuffer
 void AbstractJavaGDSImpl.iscCreateBlob2(IscDbHandle db_handle, IscTrHandle tr_handle, IscBlobHandle blob_handle, BlobParameterBuffer blobParameterBuffer)
           
 void AbstractJavaGDSImpl.iscOpenBlob2(IscDbHandle db_handle, IscTrHandle tr_handle, IscBlobHandle blob_handle, BlobParameterBuffer blobParameterBuffer)
           
 



Copyright © 2001-2010. All Rights Reserved.