org.firebirdsql.gds.ng API for accessing Firebird using fbclient (native and embedded),
 using the JNA (Java Native Access) library.See: Description
| Interface | Description | 
|---|---|
| FbClientFeatureAccess | Firebird client feature access. | 
| JnaAttachment | 
| Class | Description | 
|---|---|
| AbstractNativeDatabaseFactory | Common implementation for client library and embedded database factory. | 
| BigEndianDatatypeCoder | Datatype encoder and decoder for big endian platforms, specifically for use with the Firebird client library. | 
| FbClientDatabaseFactory | Implementation of  FbDatabaseFactoryfor establishing connection using the
 Firebird native client library. | 
| FbEmbeddedDatabaseFactory | Implementation of  FbDatabaseFactoryfor establishing connection using the
 Firebird embedded library. | 
| FbLocalDatabaseFactory | Deprecated will be removed in Jaybird 6 without replacement | 
| JnaBlob | Implementation of  FbBlobfor native client access. | 
| JnaConnection<T extends IAttachProperties<T>,C extends JnaAttachment> | Class handling the initial setup of the JNA connection. | 
| JnaDatabase | Implementation of  FbDatabasefor native client access. | 
| JnaDatabaseConnection | Class handling the initial setup of the JNA database connection. | 
| JnaEventHandle | Event handle for the JNA protocol. | 
| JnaParameterConverter | Implementation of  ParameterConverterfor JNA. | 
| JnaService | Implementation of  FbServicefor native client access. | 
| JnaServiceConnection | Class handling the initial setup of the JNA service connection. | 
| JnaStatement | Implementation of  FbStatementfor native client access. | 
| JnaTransaction | Implementation of  FbTransactionfor native client access. | 
| LittleEndianDatatypeCoder | Datatype encoder and decoder for little endian platforms, specifically for use with the Firebird client library. | 
| NativeResourceTracker | Class responsible for tracking loaded native resources for cleanup/disposal on exit. | 
| NativeResourceUnloadWebListenerJakarta | Servlet context listener for  jakarta.servletfor unloading native libraries if loaded in the current context. | 
| NativeResourceUnloadWebListenerJavaX | Servlet context listener for  javax.servletfor unloading native libraries if loaded in the current context. | 
| Enum | Description | 
|---|---|
| FbClientFeature | Firebird native client features. | 
| Exception | Description | 
|---|---|
| NativeLibraryLoadException | Thrown when a native library could not be loaded. | 
org.firebirdsql.gds.ng API for accessing Firebird using fbclient (native and embedded),
 using the JNA (Java Native Access) library.Copyright © 2001-2023 Jaybird (Firebird JDBC) team. All rights reserved.