Uses of Package
org.firebirdsql.gds.impl.wire

Packages that use org.firebirdsql.gds.impl.wire
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.wire   
 

Classes in org.firebirdsql.gds.impl.wire used by org.firebirdsql.gds
AbstractJavaGDSImpl
          Describe class GDS_Impl here.
 

Classes in org.firebirdsql.gds.impl.wire used by org.firebirdsql.gds.impl.wire
AbstractJavaGDSImpl
          Describe class GDS_Impl here.
AbstractJavaGDSImpl.DbAttachInfo
           
EventHandleImp
           
isc_db_handle_impl
          Describe class isc_db_handle_impl here.
isc_stmt_handle_impl
          Describe class isc_stmt_handle_impl here.
isc_svc_handle_impl
          Describe class isc_svc_handle_impl here.
isc_tr_handle_impl
          Describe class isc_tr_handle_impl here.
ParameterBufferBase
          Base class for BlobParameterBufferImp and DatabaseParameterBufferImp and perhaps eventualy TransactionParameterBuffer.
ParameterBufferBase.Argument
           
WireXdrInputStream
          Improved version of the XdrInputStream that can read some data directly in isc_db_handle_impl object, this reduces garbage produced by the similar method in superclass.
Xdrable
          The interface Xdrable represents an object that can read and write itself from a strean in the xdr format used by the firebird engine.
XdrInputStream
          XdrInputStream is an input stream for reading in data that is in the XDR format.
XdrOutputStream
          An XdrOutputStream writes data in XDR format to an underlying java.io.OutputStream.
 



Copyright © 2001-2010. All Rights Reserved.