Package org.firebirdsql.gds.impl.wire

Interface Summary
EventCoordinator Interface for handing pure java event callbacks.
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.
 

Class Summary
AbstractJavaGDSImpl Describe class GDS_Impl here.
AbstractJavaGDSImpl.DbAttachInfo  
BlobParameterBufferImp jdgs implementation for BlobParameterBuffer.
DatabaseParameterBufferImp jdgs implementation for DatabaseParameterBuffer.
EventHandleImp  
isc_blob_handle_impl Describe class isc_blob_handle_impl here.
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.
JavaGDSImpl Implements JDK1.4+ specific socket creation.
ParameterBufferBase Base class for BlobParameterBufferImp and DatabaseParameterBufferImp and perhaps eventualy TransactionParameterBuffer.
ParameterBufferBase.Argument  
ParameterBufferBase.NumericArgument  
ParameterBufferBase.StringArgument  
TransactionParameterBufferImpl Implementation of the TransactionParameterBuffer interface.
WireGDSFactoryPlugin  
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.
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.