Interface Summary |
BlobParameterBuffer |
This interface replaces Clumplet in calls to isc_create_blob2 and isc_open_blob2.
|
DatabaseParameterBuffer |
This interface replaces Clumplet in calls to isc_create_database and
isc_attach_database.
|
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.. |
isc_blob_handle |
The interface isc_blob_handle is a java mapping for a blob handle.. |
isc_db_handle |
The interface isc_db_handle represents a socket connection
to the database server. |
isc_stmt_handle |
Describe interface isc_stmt_handle here. |
isc_svc_handle |
The interface isc_svc_handle is a java mapping for a isc_svc_handle handle. |
isc_tr_handle |
The interface isc_tr_handle represents a transaction handle. |
ServiceParameterBuffer |
The interface ServiceParameterBuffer models represents the interbase Service Parameter Buffer. |
ServiceRequestBuffer |
The interface ServiceRequestBuffer models represents the interbase Service Request Buffer. |
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 |
AbstractGDS |
Base class for GDS implementations. |
GDSExceptionHelper |
This class is supposed to return messages for the specified error code.
|
GDSExceptionHelper.GDSMessage |
This class wraps message template obtained from isc_error_msg.properties
file and allows to set parameters to the message. |
GDSFactory |
The class GDSFactory exists to provide a way
to obtain objects implementing GDS and Clumplet. |
GDSSynchronizationPolicy |
GDS library synchronization policy. |
GDSType |
Type of GDS: pure java, native (or type 2), or embedded. |
ISCConstants |
The interface GDS has most of the C client interface functions
lightly mapped to java, as well as the constants returned from the server.. |
XdrInputStream |
Describe class XdrInputStream here. |
XdrOutputStream |
Describe class XdrOutputStream here. |
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. |