Uses of Package
org.firebirdsql.gds

Packages that use org.firebirdsql.gds
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 This package contains classes for the pluggable GDS implementations. 
org.firebirdsql.gds.impl.jni   
org.firebirdsql.gds.impl.wire   
org.firebirdsql.jca   
org.firebirdsql.jdbc   
org.firebirdsql.jdbc.field   
org.firebirdsql.management   
org.firebirdsql.pool   
 

Classes in org.firebirdsql.gds used by org.firebirdsql.gds
BlobParameterBuffer
          Instance of this interface represents a BLOB Parameter Buffer from the Firebird API documentation and specifies attributes for GDS.iscCreateBlob2(IscDbHandle, IscTrHandle, IscBlobHandle, BlobParameterBuffer) or GDS.iscOpenBlob2(IscDbHandle, IscTrHandle, IscBlobHandle, BlobParameterBuffer) operations.
DatabaseParameterBuffer
          Instance of this interface represents a Database Parameter Buffer from the Firebird API documentation and specifies the attributes for the current connection.
EventHandle
          Handle to internal event-handling structures.
EventHandler
          A callback handler interface for GDS-based event handling.
GDSException
          A GDS-specific exception
GDSExceptionHelper.GDSMessage
          This class wraps message template obtained from isc_error_msg.properties file and allows to set parameters to the message.
IscBlobHandle
          The interface IscBlobHandle is a java mapping for a blob handle..
IscDbHandle
          The interface isc_db_handle represents a socket connection to the database server.
IscStmtHandle
          isc_stmt_handle describes a handle to a database statement.
IscSvcHandle
          The interface isc_svc_handle is a java mapping for a isc_svc_handle handle.
IscTrHandle
          The interface IscTrHandle represents a transaction handle.
ServiceParameterBuffer
          Instance of this interface represents a Service Parameter Buffer from the Firebird API documentation and specifies the attributes for the Services API connection.
ServiceRequestBuffer
          Instance of this interface represents a Service Request Buffer from the Firebird API documentation and specifies the attributes for the Services API operation.
TransactionParameterBuffer
          Instances of this interface represent Transaction Parameter Buffer from the Firebird API.
XSQLDA
          The class XSQLDA is a java mapping of the XSQLDA server data structure used to represent one row for input and output.
XSQLVAR
          The class XSQLDA is a java mapping of the XSQLVAR server data structure used to represent one column for input and output.
 

Classes in org.firebirdsql.gds used by org.firebirdsql.gds.impl
DatabaseParameterBuffer
          Instance of this interface represents a Database Parameter Buffer from the Firebird API documentation and specifies the attributes for the current connection.
GDS
          The interface GDS has most of the C client interface functions lightly mapped to java, as well as the constants returned from the server.
GDSException
          A GDS-specific exception
IscBlobHandle
          The interface IscBlobHandle is a java mapping for a blob handle..
IscDbHandle
          The interface isc_db_handle represents a socket connection to the database server.
IscStmtHandle
          isc_stmt_handle describes a handle to a database statement.
IscTrHandle
          The interface IscTrHandle represents a transaction handle.
TransactionParameterBuffer
          Instances of this interface represent Transaction Parameter Buffer from the Firebird API.
 

Classes in org.firebirdsql.gds used by org.firebirdsql.gds.impl.jni
BlobParameterBuffer
          Instance of this interface represents a BLOB Parameter Buffer from the Firebird API documentation and specifies attributes for GDS.iscCreateBlob2(IscDbHandle, IscTrHandle, IscBlobHandle, BlobParameterBuffer) or GDS.iscOpenBlob2(IscDbHandle, IscTrHandle, IscBlobHandle, BlobParameterBuffer) operations.
DatabaseParameterBuffer
          Instance of this interface represents a Database Parameter Buffer from the Firebird API documentation and specifies the attributes for the current connection.
EventHandle
          Handle to internal event-handling structures.
EventHandler
          A callback handler interface for GDS-based event handling.
GDS
          The interface GDS has most of the C client interface functions lightly mapped to java, as well as the constants returned from the server.
GDSException
          A GDS-specific exception
IscBlobHandle
          The interface IscBlobHandle is a java mapping for a blob handle..
IscDbHandle
          The interface isc_db_handle represents a socket connection to the database server.
IscStmtHandle
          isc_stmt_handle describes a handle to a database statement.
IscSvcHandle
          The interface isc_svc_handle is a java mapping for a isc_svc_handle handle.
IscTrHandle
          The interface IscTrHandle represents a transaction handle.
ServiceParameterBuffer
          Instance of this interface represents a Service Parameter Buffer from the Firebird API documentation and specifies the attributes for the Services API connection.
ServiceRequestBuffer
          Instance of this interface represents a Service Request Buffer from the Firebird API documentation and specifies the attributes for the Services API operation.
TransactionParameterBuffer
          Instances of this interface represent Transaction Parameter Buffer from the Firebird API.
XSQLDA
          The class XSQLDA is a java mapping of the XSQLDA server data structure used to represent one row for input and output.
XSQLVAR
          The class XSQLDA is a java mapping of the XSQLVAR server data structure used to represent one column for input and output.
 

Classes in org.firebirdsql.gds used by org.firebirdsql.gds.impl.wire
BlobParameterBuffer
          Instance of this interface represents a BLOB Parameter Buffer from the Firebird API documentation and specifies attributes for GDS.iscCreateBlob2(IscDbHandle, IscTrHandle, IscBlobHandle, BlobParameterBuffer) or GDS.iscOpenBlob2(IscDbHandle, IscTrHandle, IscBlobHandle, BlobParameterBuffer) operations.
DatabaseParameterBuffer
          Instance of this interface represents a Database Parameter Buffer from the Firebird API documentation and specifies the attributes for the current connection.
EventHandle
          Handle to internal event-handling structures.
EventHandler
          A callback handler interface for GDS-based event handling.
GDS
          The interface GDS has most of the C client interface functions lightly mapped to java, as well as the constants returned from the server.
GDSException
          A GDS-specific exception
IscBlobHandle
          The interface IscBlobHandle is a java mapping for a blob handle..
IscDbHandle
          The interface isc_db_handle represents a socket connection to the database server.
IscStmtHandle
          isc_stmt_handle describes a handle to a database statement.
IscSvcHandle
          The interface isc_svc_handle is a java mapping for a isc_svc_handle handle.
IscTrHandle
          The interface IscTrHandle represents a transaction handle.
ServiceParameterBuffer
          Instance of this interface represents a Service Parameter Buffer from the Firebird API documentation and specifies the attributes for the Services API connection.
ServiceRequestBuffer
          Instance of this interface represents a Service Request Buffer from the Firebird API documentation and specifies the attributes for the Services API operation.
TransactionParameterBuffer
          Instances of this interface represent Transaction Parameter Buffer from the Firebird API.
XSQLDA
          The class XSQLDA is a java mapping of the XSQLDA server data structure used to represent one row for input and output.
 

Classes in org.firebirdsql.gds used by org.firebirdsql.jca
DatabaseParameterBuffer
          Instance of this interface represents a Database Parameter Buffer from the Firebird API documentation and specifies the attributes for the current connection.
GDS
          The interface GDS has most of the C client interface functions lightly mapped to java, as well as the constants returned from the server.
GDSException
          A GDS-specific exception
TransactionParameterBuffer
          Instances of this interface represent Transaction Parameter Buffer from the Firebird API.
 

Classes in org.firebirdsql.gds used by org.firebirdsql.jdbc
DatabaseParameterBuffer
          Instance of this interface represents a Database Parameter Buffer from the Firebird API documentation and specifies the attributes for the current connection.
GDS
          The interface GDS has most of the C client interface functions lightly mapped to java, as well as the constants returned from the server.
GDSException
          A GDS-specific exception
IscDbHandle
          The interface isc_db_handle represents a socket connection to the database server.
TransactionParameterBuffer
          Instances of this interface represent Transaction Parameter Buffer from the Firebird API.
XSQLVAR
          The class XSQLDA is a java mapping of the XSQLVAR server data structure used to represent one column for input and output.
 

Classes in org.firebirdsql.gds used by org.firebirdsql.jdbc.field
XSQLVAR
          The class XSQLDA is a java mapping of the XSQLVAR server data structure used to represent one column for input and output.
 

Classes in org.firebirdsql.gds used by org.firebirdsql.management
GDS
          The interface GDS has most of the C client interface functions lightly mapped to java, as well as the constants returned from the server.
GDSException
          A GDS-specific exception
IscSvcHandle
          The interface isc_svc_handle is a java mapping for a isc_svc_handle handle.
ServiceRequestBuffer
          Instance of this interface represents a Service Request Buffer from the Firebird API documentation and specifies the attributes for the Services API operation.
 

Classes in org.firebirdsql.gds used by org.firebirdsql.pool
DatabaseParameterBuffer
          Instance of this interface represents a Database Parameter Buffer from the Firebird API documentation and specifies the attributes for the current connection.
TransactionParameterBuffer
          Instances of this interface represent Transaction Parameter Buffer from the Firebird API.
 



Copyright © 2001-2010. All Rights Reserved.