Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractNativeDatabaseFactory - Class in org.firebirdsql.gds.ng.jna
-
Common implementation for client library and embedded database factory.
- AbstractNativeDatabaseFactory() - Constructor for class org.firebirdsql.gds.ng.jna.AbstractNativeDatabaseFactory
- afterAttachActions() - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
-
Additional tasks to execute directly after attach operation.
- aliasname - Variable in class org.firebirdsql.jna.fbclient.XSQLVAR
- aliasname_length - Variable in class org.firebirdsql.jna.fbclient.XSQLVAR
- allocateXSqlDa(RowDescriptor) - Method in class org.firebirdsql.gds.ng.jna.JnaStatement
-
Creates an XSQLDA, populates type information and allocates memory for the sqldata fields.
- apply(int, int, Pointer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary.FbShutdownCallback
- apply(Pointer, short, Pointer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary.IscEventCallback
- array_bound_lower - Variable in class org.firebirdsql.jna.fbclient.ISC_ARRAY_BOUND
- array_bound_upper - Variable in class org.firebirdsql.jna.fbclient.ISC_ARRAY_BOUND
- array_desc_bounds - Variable in class org.firebirdsql.jna.fbclient.ISC_ARRAY_DESC
- array_desc_dimensions - Variable in class org.firebirdsql.jna.fbclient.ISC_ARRAY_DESC
- array_desc_dtype - Variable in class org.firebirdsql.jna.fbclient.ISC_ARRAY_DESC
- array_desc_field_name - Variable in class org.firebirdsql.jna.fbclient.ISC_ARRAY_DESC
- array_desc_flags - Variable in class org.firebirdsql.jna.fbclient.ISC_ARRAY_DESC
- array_desc_length - Variable in class org.firebirdsql.jna.fbclient.ISC_ARRAY_DESC
- array_desc_relation_name - Variable in class org.firebirdsql.jna.fbclient.ISC_ARRAY_DESC
- array_desc_scale - Variable in class org.firebirdsql.jna.fbclient.ISC_ARRAY_DESC
- attach() - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
- attach() - Method in class org.firebirdsql.gds.ng.jna.JnaService
- attachOrCreate(DatabaseParameterBuffer, boolean) - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
B
- BigEndianDatatypeCoder - Class in org.firebirdsql.gds.ng.jna
-
Datatype encoder and decoder for big endian platforms, specifically for use with the Firebird client library.
- BigEndianDatatypeCoder(IEncodingFactory) - Constructor for class org.firebirdsql.gds.ng.jna.BigEndianDatatypeCoder
-
Creates a big-endian datatype coder for native access on big-endian platforms.
- blob_desc_charset - Variable in class org.firebirdsql.jna.fbclient.ISC_BLOB_DESC
- blob_desc_field_name - Variable in class org.firebirdsql.jna.fbclient.ISC_BLOB_DESC
- blob_desc_relation_name - Variable in class org.firebirdsql.jna.fbclient.ISC_BLOB_DESC
- blob_desc_segment_size - Variable in class org.firebirdsql.jna.fbclient.ISC_BLOB_DESC
- blob_desc_subtype - Variable in class org.firebirdsql.jna.fbclient.ISC_BLOB_DESC
- ByReference() - Constructor for class org.firebirdsql.jna.fbclient.GDS_QUAD_t.ByReference
- ByReference() - Constructor for class org.firebirdsql.jna.fbclient.ISC_ARRAY_BOUND.ByReference
- ByReference() - Constructor for class org.firebirdsql.jna.fbclient.ISC_ARRAY_DESC.ByReference
- ByReference() - Constructor for class org.firebirdsql.jna.fbclient.ISC_BLOB_DESC.ByReference
- ByReference() - Constructor for class org.firebirdsql.jna.fbclient.ISC_TIMESTAMP.ByReference
- ByReference() - Constructor for class org.firebirdsql.jna.fbclient.USER_SEC_DATA.ByReference
- ByReference() - Constructor for class org.firebirdsql.jna.fbclient.XSQLDA.ByReference
- ByReference() - Constructor for class org.firebirdsql.jna.fbclient.XSQLVAR.ByReference
- ByValue() - Constructor for class org.firebirdsql.jna.fbclient.GDS_QUAD_t.ByValue
- ByValue() - Constructor for class org.firebirdsql.jna.fbclient.ISC_ARRAY_BOUND.ByValue
- ByValue() - Constructor for class org.firebirdsql.jna.fbclient.ISC_ARRAY_DESC.ByValue
- ByValue() - Constructor for class org.firebirdsql.jna.fbclient.ISC_BLOB_DESC.ByValue
- ByValue() - Constructor for class org.firebirdsql.jna.fbclient.ISC_TIMESTAMP.ByValue
- ByValue() - Constructor for class org.firebirdsql.jna.fbclient.USER_SEC_DATA.ByValue
- ByValue() - Constructor for class org.firebirdsql.jna.fbclient.XSQLDA.ByValue
- ByValue() - Constructor for class org.firebirdsql.jna.fbclient.XSQLVAR.ByValue
C
- cancelEvent(EventHandle) - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
- cancelImpl() - Method in class org.firebirdsql.gds.ng.jna.JnaBlob
- cancelOperation(int) - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
- checkConnected() - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
- checkConnected() - Method in class org.firebirdsql.gds.ng.jna.JnaService
- ClasspathFirebirdEmbeddedLibrary - Class in org.firebirdsql.jna.embedded.classpath
-
An implementation of
FirebirdEmbeddedLibrary
that provides Firebird Embedded from a classpath resource. - ClasspathFirebirdEmbeddedResource - Interface in org.firebirdsql.jna.embedded.classpath
-
Defines how to locate the resources of a Firebird Embedded library on the classpath.
- closeImpl() - Method in class org.firebirdsql.gds.ng.jna.JnaBlob
- commit() - Method in class org.firebirdsql.gds.ng.jna.JnaTransaction
- connect(IConnectionProperties) - Method in class org.firebirdsql.gds.ng.jna.AbstractNativeDatabaseFactory
- contextDestroyed(ServletContextEvent) - Method in class org.firebirdsql.jna.jakarta.NativeResourceUnloadWebListenerJakarta
- contextDestroyed(T) - Method in class org.firebirdsql.gds.ng.jna.NativeResourceUnloadAbstractWebListener
- contextInitialized(ServletContextEvent) - Method in class org.firebirdsql.jna.jakarta.NativeResourceUnloadWebListenerJakarta
- contextInitialized(T) - Method in class org.firebirdsql.gds.ng.jna.NativeResourceUnloadAbstractWebListener
- countEvents(EventHandle) - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
- createAttachUrl(DbAttachInfo, IConnectionProperties) - Method in class org.firebirdsql.gds.ng.jna.JnaDatabaseConnection
- createAttachUrl(DbAttachInfo, IServiceProperties) - Method in class org.firebirdsql.gds.ng.jna.JnaServiceConnection
- createAttachUrl(DbAttachInfo, T) - Method in class org.firebirdsql.gds.ng.jna.JnaConnection
- createBlobForInput(FbTransaction, BlobParameterBuffer, long) - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
- createBlobForOutput(FbTransaction, BlobParameterBuffer) - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
- createClientLibrary() - Method in class org.firebirdsql.gds.ng.jna.AbstractNativeDatabaseFactory
-
Creates and initialize a new instance of the client library.
- createClientLibrary() - Method in class org.firebirdsql.gds.ng.jna.FbClientDatabaseFactory
- createClientLibrary() - Method in class org.firebirdsql.gds.ng.jna.FbEmbeddedDatabaseFactory
- createDatabase() - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
- createEventHandle(String, EventHandler) - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
- createServiceParameterBuffer() - Method in class org.firebirdsql.gds.ng.jna.JnaService
- createServiceRequestBuffer() - Method in class org.firebirdsql.gds.ng.jna.JnaService
- createStatement(FbTransaction) - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
D
- dba_password - Variable in class org.firebirdsql.jna.fbclient.USER_SEC_DATA
-
the dba password
C type : ISC_SCHAR* - dba_user_name - Variable in class org.firebirdsql.jna.fbclient.USER_SEC_DATA
-
the dba user name
C type : ISC_SCHAR* - debugMemoryDump() - Method in class org.firebirdsql.gds.ng.jna.JnaEventHandle
-
Dumps the event buffers to the logger, if debug is enabled.
- decodeInt(byte[], int) - Method in class org.firebirdsql.gds.ng.jna.LittleEndianDatatypeCoder
- decodeLong(byte[]) - Method in class org.firebirdsql.gds.ng.jna.LittleEndianDatatypeCoder
- decodeShort(byte[], int) - Method in class org.firebirdsql.gds.ng.jna.BigEndianDatatypeCoder
- decodeShort(byte[], int) - Method in class org.firebirdsql.gds.ng.jna.LittleEndianDatatypeCoder
- defaultLibraryNames() - Method in class org.firebirdsql.gds.ng.jna.AbstractNativeDatabaseFactory
- defaultLibraryNames() - Method in class org.firebirdsql.gds.ng.jna.FbClientDatabaseFactory
- defaultLibraryNames() - Method in class org.firebirdsql.gds.ng.jna.FbEmbeddedDatabaseFactory
- defineProperties() - Method in class org.firebirdsql.gds.ng.jna.NativeConnectionPropertyDefiner
- DisposableFirebirdEmbeddedLibrary - Interface in org.firebirdsql.jna.embedded.spi
-
Firebird Embedded library that needs to be disposed on exit.
- dispose() - Method in class org.firebirdsql.jna.embedded.classpath.ClasspathFirebirdEmbeddedLibrary
- dispose() - Method in interface org.firebirdsql.jna.embedded.spi.DisposableFirebirdEmbeddedLibrary
-
Will be called by the native resource tracker (if enabled) on exit of the JVM.
- dropDatabase() - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
E
- EMBEDDED_TYPE_NAME - Static variable in class org.firebirdsql.gds.impl.jni.EmbeddedGDSFactoryPlugin
- EmbeddedGDSFactoryPlugin - Class in org.firebirdsql.gds.impl.jni
- EmbeddedGDSFactoryPlugin() - Constructor for class org.firebirdsql.gds.impl.jni.EmbeddedGDSFactoryPlugin
- emptyRowDescriptor() - Method in class org.firebirdsql.gds.ng.jna.JnaStatement
- encodeInt(int, byte[], int) - Method in class org.firebirdsql.gds.ng.jna.LittleEndianDatatypeCoder
- encodeLong(long) - Method in class org.firebirdsql.gds.ng.jna.LittleEndianDatatypeCoder
- encodeShort(int, byte[], int) - Method in class org.firebirdsql.gds.ng.jna.BigEndianDatatypeCoder
- encodeShort(int, byte[], int) - Method in class org.firebirdsql.gds.ng.jna.LittleEndianDatatypeCoder
- execute(RowValue) - Method in class org.firebirdsql.gds.ng.jna.JnaStatement
- executeImmediate(String, FbTransaction) - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
F
- fb_cancel_operation(ISC_STATUS[], IntByReference, short) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS fb_cancel_operation(ISC_STATUS*, isc_db_handle*, ISC_USHORT)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:1296 - fb_disconnect_transaction(ISC_STATUS[], IntByReference) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS fb_disconnect_transaction(ISC_STATUS*, isc_tr_handle*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:770 - FB_DISCONNECT_TRANSACTION - Enum constant in enum class org.firebirdsql.gds.ng.jna.FbClientFeature
- fb_dsql_set_timeout(ISC_STATUS[], IntByReference, int) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS ISC_EXPORT fb_dsql_set_timeout(ISC_STATUS*, isc_stmt_handle*, ISC_ULONG)
native declaration : D:\DevSoft\FB_tests\Firebird-4.0.0.1691-0_x64\include\ibase.h:629 - fb_interpret(ByteBuffer, int, PointerByReference) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
This const params version used in the engine and other places.
Original signature :ISC_LONG fb_interpret(ISC_SCHAR*, unsigned int, const ISC_STATUS**)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:703 - FB_PING - Enum constant in enum class org.firebirdsql.gds.ng.jna.FbClientFeature
- fb_shutdown(int, int) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
int fb_shutdown(unsigned int, const int)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:1289 - fb_shutdown_callback(ISC_STATUS[], FbClientLibrary.FbShutdownCallback, int, Pointer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS fb_shutdown_callback(ISC_STATUS*, FB_SHUTDOWN_CALLBACK, const int, void*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:1291 - fb_sqlstate(ByteBuffer, ISC_STATUS[]) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
void fb_sqlstate(char*, const ISC_STATUS*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:777 - FbClientDatabaseFactory - Class in org.firebirdsql.gds.ng.jna
-
Implementation of
FbDatabaseFactory
for establishing connection using the Firebird native client library. - FbClientFeature - Enum Class in org.firebirdsql.gds.ng.jna
-
Firebird native client features.
- FbClientFeatureAccess - Interface in org.firebirdsql.gds.ng.jna
-
Firebird client feature access.
- FbClientLibrary - Interface in org.firebirdsql.jna.fbclient
-
JNA Wrapper for library implementing ibase.h.
- FbClientLibrary.FbShutdownCallback - Interface in org.firebirdsql.jna.fbclient
-
FbShutdown callback.
- FbClientLibrary.IscEventCallback - Interface in org.firebirdsql.jna.fbclient
-
IscEvent callback.
- FbEmbeddedDatabaseFactory - Class in org.firebirdsql.gds.ng.jna
-
Implementation of
FbDatabaseFactory
for establishing connection using the Firebird embedded library. - fetchRows(int) - Method in class org.firebirdsql.gds.ng.jna.JnaStatement
- filterProperties(T) - Method in class org.firebirdsql.gds.ng.jna.AbstractNativeDatabaseFactory
-
Allows the database factory to perform modification of the attach properties before use.
- filterProperties(T) - Method in class org.firebirdsql.gds.ng.jna.FbEmbeddedDatabaseFactory
- findFirebirdEmbedded() - Static method in class org.firebirdsql.jna.embedded.FirebirdEmbeddedLookup
-
Tries to find a Firebird Embedded library service provider for the current platform and install it.
- FirebirdEmbeddedLibrary - Interface in org.firebirdsql.jna.embedded.spi
-
Identifies a Firebird Embedded library that Jaybird can use.
- FirebirdEmbeddedLoadingException - Exception in org.firebirdsql.jna.embedded.spi
-
Exception to signal errors when loading or identifying a Firebird Embedded library.
- FirebirdEmbeddedLoadingException(String) - Constructor for exception org.firebirdsql.jna.embedded.spi.FirebirdEmbeddedLoadingException
- FirebirdEmbeddedLoadingException(String, Throwable) - Constructor for exception org.firebirdsql.jna.embedded.spi.FirebirdEmbeddedLoadingException
- FirebirdEmbeddedLookup - Class in org.firebirdsql.jna.embedded
-
Locates a
FirebirdEmbeddedLibrary
using the service provider mechanism. - FirebirdEmbeddedProvider - Interface in org.firebirdsql.jna.embedded.spi
-
Service provider interface to identify a Firebird Embedded library.
- first_name - Variable in class org.firebirdsql.jna.fbclient.USER_SEC_DATA
-
the user's first name
C type : ISC_SCHAR* - forEncodingFactory(IEncodingFactory) - Static method in class org.firebirdsql.gds.ng.jna.BigEndianDatatypeCoder
-
Returns an instance of
BigEndianDatatypeCoder
for an encoding factory. - forEncodingFactory(IEncodingFactory) - Static method in class org.firebirdsql.gds.ng.jna.LittleEndianDatatypeCoder
-
Returns an instance of
LittleEndianDatatypeCoder
for an encoding factory. - free(int) - Method in class org.firebirdsql.gds.ng.jna.JnaStatement
G
- gds_quad_high - Variable in class org.firebirdsql.jna.fbclient.GDS_QUAD_t
- gds_quad_low - Variable in class org.firebirdsql.jna.fbclient.GDS_QUAD_t
- GDS_QUAD_t - Class in org.firebirdsql.jna.fbclient
-
JNA wrapper for GDS_QUAD_t.
- GDS_QUAD_t() - Constructor for class org.firebirdsql.jna.fbclient.GDS_QUAD_t
- GDS_QUAD_t(int, int) - Constructor for class org.firebirdsql.jna.fbclient.GDS_QUAD_t
- GDS_QUAD_t.ByReference - Class in org.firebirdsql.jna.fbclient
- GDS_QUAD_t.ByValue - Class in org.firebirdsql.jna.fbclient
- get(byte[], int, int, int) - Method in class org.firebirdsql.gds.ng.jna.JnaBlob
- getAttachUrl() - Method in class org.firebirdsql.gds.ng.jna.JnaConnection
-
Gets the attach URL for the library.
- getBlobId() - Method in class org.firebirdsql.gds.ng.jna.JnaBlob
- getBlobInfo(byte[], int) - Method in class org.firebirdsql.gds.ng.jna.JnaBlob
- getClientLibrary() - Method in class org.firebirdsql.gds.ng.jna.AbstractNativeDatabaseFactory
-
Gets the current instance of the client library.
- getClientLibrary() - Method in class org.firebirdsql.gds.ng.jna.JnaConnection
- getClientLibrary() - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
- getContextClassLoader(ServletContextEvent) - Method in class org.firebirdsql.jna.jakarta.NativeResourceUnloadWebListenerJakarta
- getContextClassLoader(T) - Method in class org.firebirdsql.gds.ng.jna.NativeResourceUnloadAbstractWebListener
- getDatabase() - Method in class org.firebirdsql.gds.ng.jna.JnaBlob
- getDatabase() - Method in class org.firebirdsql.gds.ng.jna.JnaStatement
- getDatabase() - Method in class org.firebirdsql.gds.ng.jna.JnaTransaction
- getDatabaseFactory() - Method in class org.firebirdsql.gds.impl.jni.EmbeddedGDSFactoryPlugin
- getDatabaseFactory() - Method in class org.firebirdsql.gds.impl.jni.NativeGDSFactoryPlugin
- getDatabaseInfo(byte[], int) - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
- getDatabasePath(String, Integer, String) - Method in class org.firebirdsql.gds.impl.jni.EmbeddedGDSFactoryPlugin
- getDatabasePath(String, Integer, String) - Method in class org.firebirdsql.gds.impl.jni.NativeGDSFactoryPlugin
- getDefaultProtocol() - Method in class org.firebirdsql.gds.impl.jni.EmbeddedGDSFactoryPlugin
- getDefaultProtocol() - Method in class org.firebirdsql.gds.impl.jni.NativeGDSFactoryPlugin
- getDefaultSqlInfoSize() - Method in class org.firebirdsql.gds.ng.jna.JnaStatement
- getEntryPointPath() - Method in class org.firebirdsql.jna.embedded.classpath.ClasspathFirebirdEmbeddedLibrary
- getEntryPointPath() - Method in interface org.firebirdsql.jna.embedded.spi.FirebirdEmbeddedLibrary
- getEntryPointPath() - Method in class org.firebirdsql.jna.embedded.TemporaryFirebirdEmbeddedLibrary
- getEventId() - Method in class org.firebirdsql.gds.ng.jna.JnaEventHandle
- getFeatures() - Method in interface org.firebirdsql.gds.ng.jna.FbClientFeatureAccess
- getFeatures() - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
- getFirebirdEmbeddedLibrary() - Method in interface org.firebirdsql.jna.embedded.spi.FirebirdEmbeddedProvider
-
Get an instance of the provided Firebird Embedded library.
- getHandle() - Method in class org.firebirdsql.gds.ng.jna.JnaBlob
- getHandle() - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
- getHandle() - Method in class org.firebirdsql.gds.ng.jna.JnaService
- getHandle() - Method in class org.firebirdsql.gds.ng.jna.JnaStatement
- getHandle() - Method in class org.firebirdsql.gds.ng.jna.JnaTransaction
- getInstance() - Static method in class org.firebirdsql.gds.ng.jna.FbClientDatabaseFactory
- getInstance() - Static method in class org.firebirdsql.gds.ng.jna.FbEmbeddedDatabaseFactory
- getJnaHandle() - Method in class org.firebirdsql.gds.ng.jna.JnaBlob
- getJnaHandle() - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
- getJnaHandle() - Method in class org.firebirdsql.gds.ng.jna.JnaService
- getJnaHandle() - Method in class org.firebirdsql.gds.ng.jna.JnaTransaction
- getLibraryEntryPoint() - Method in interface org.firebirdsql.jna.embedded.classpath.ClasspathFirebirdEmbeddedResource
-
Entry point of the library.
- getMaxSqlInfoSize() - Method in class org.firebirdsql.gds.ng.jna.JnaStatement
- getNetworkTimeout() - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
- getNetworkTimeout() - Method in class org.firebirdsql.gds.ng.jna.JnaService
- getPlatform() - Method in interface org.firebirdsql.jna.embedded.spi.FirebirdEmbeddedProvider
-
Platform of this Firebird Embedded library.
- getPluginName() - Method in class org.firebirdsql.gds.impl.jni.EmbeddedGDSFactoryPlugin
- getPluginName() - Method in class org.firebirdsql.gds.impl.jni.NativeGDSFactoryPlugin
- getResourceList() - Method in interface org.firebirdsql.jna.embedded.classpath.ClasspathFirebirdEmbeddedResource
-
Relative paths against the provider class of the resources with the Firebird Embedded files.
- getSegment(int) - Method in class org.firebirdsql.gds.ng.jna.JnaBlob
- getServiceInfo(ServiceParameterBuffer, ServiceRequestBuffer, int) - Method in class org.firebirdsql.gds.ng.jna.JnaService
- getSqlData() - Method in class org.firebirdsql.jna.fbclient.XSQLVAR
- getSqlInfo(byte[], int) - Method in class org.firebirdsql.gds.ng.jna.JnaStatement
- getSupportedProtocolList() - Method in class org.firebirdsql.gds.impl.jni.EmbeddedGDSFactoryPlugin
- getSupportedProtocolList() - Method in class org.firebirdsql.gds.impl.jni.NativeGDSFactoryPlugin
- getSupportedProtocols() - Method in class org.firebirdsql.gds.impl.jni.EmbeddedGDSFactoryPlugin
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getSupportedProtocols() - Method in class org.firebirdsql.gds.impl.jni.NativeGDSFactoryPlugin
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getTransaction() - Method in class org.firebirdsql.gds.ng.jna.JnaBlob
- getTransaction() - Method in class org.firebirdsql.gds.ng.jna.JnaStatement
- getTransactionInfo(byte[], int) - Method in class org.firebirdsql.gds.ng.jna.JnaTransaction
- getTypeAliases() - Method in class org.firebirdsql.gds.impl.jni.EmbeddedGDSFactoryPlugin
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getTypeAliases() - Method in class org.firebirdsql.gds.impl.jni.NativeGDSFactoryPlugin
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getTypeAliasList() - Method in class org.firebirdsql.gds.impl.jni.EmbeddedGDSFactoryPlugin
- getTypeAliasList() - Method in class org.firebirdsql.gds.impl.jni.NativeGDSFactoryPlugin
- getTypeName() - Method in class org.firebirdsql.gds.impl.jni.EmbeddedGDSFactoryPlugin
- getTypeName() - Method in class org.firebirdsql.gds.impl.jni.NativeGDSFactoryPlugin
- getVersion() - Method in class org.firebirdsql.jna.embedded.classpath.ClasspathFirebirdEmbeddedLibrary
- getVersion() - Method in interface org.firebirdsql.jna.embedded.spi.FirebirdEmbeddedLibrary
-
Version of the Firebird Embedded library.
- getVersion() - Method in interface org.firebirdsql.jna.embedded.spi.FirebirdEmbeddedProvider
-
Get the Firebird server version of this provider.
- getVersion() - Method in class org.firebirdsql.jna.embedded.TemporaryFirebirdEmbeddedLibrary
- gid - Variable in class org.firebirdsql.jna.fbclient.USER_SEC_DATA
- group_name - Variable in class org.firebirdsql.jna.fbclient.USER_SEC_DATA
-
the group name
C type : ISC_SCHAR*
H
- handle - Variable in class org.firebirdsql.gds.ng.jna.JnaDatabase
- hasFeature(FbClientFeature) - Method in interface org.firebirdsql.gds.ng.jna.FbClientFeatureAccess
-
Checks for presence of a client feature.
- hasFeature(FbClientFeature) - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
I
- identify() - Method in class org.firebirdsql.gds.ng.jna.JnaDatabaseConnection
-
Contrary to the description in the super class, this will simply return an unconnected instance.
- identify() - Method in class org.firebirdsql.gds.ng.jna.JnaServiceConnection
-
Contrary to the description in the super class, this will simply return an unconnected instance.
- internalDetach() - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
- internalDetach() - Method in class org.firebirdsql.gds.ng.jna.JnaService
- isc_add_user(ISC_STATUS[], USER_SEC_DATA) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_add_user(ISC_STATUS*, const USER_SEC_DATA*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:843 - ISC_ARRAY_BOUND - Class in org.firebirdsql.jna.fbclient
-
JNA wrapper for ISC_ARRAY_BOUND.
- ISC_ARRAY_BOUND() - Constructor for class org.firebirdsql.jna.fbclient.ISC_ARRAY_BOUND
- ISC_ARRAY_BOUND(short, short) - Constructor for class org.firebirdsql.jna.fbclient.ISC_ARRAY_BOUND
- ISC_ARRAY_BOUND.ByReference - Class in org.firebirdsql.jna.fbclient
- ISC_ARRAY_BOUND.ByValue - Class in org.firebirdsql.jna.fbclient
- ISC_ARRAY_DESC - Class in org.firebirdsql.jna.fbclient
-
JNA wrapper for ISC_ARRAY_DESC.
- ISC_ARRAY_DESC() - Constructor for class org.firebirdsql.jna.fbclient.ISC_ARRAY_DESC
- ISC_ARRAY_DESC(byte, byte, short, byte[], byte[], short, short, ISC_ARRAY_BOUND[]) - Constructor for class org.firebirdsql.jna.fbclient.ISC_ARRAY_DESC
- ISC_ARRAY_DESC.ByReference - Class in org.firebirdsql.jna.fbclient
- ISC_ARRAY_DESC.ByValue - Class in org.firebirdsql.jna.fbclient
- isc_array_get_slice(ISC_STATUS[], IntByReference, IntByReference, GDS_QUAD_t, ISC_ARRAY_DESC, Pointer, IntBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_array_get_slice(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, ISC_QUAD*, const ISC_ARRAY_DESC*, void*, ISC_LONG*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:417 - isc_array_lookup_bounds(ISC_STATUS[], IntByReference, IntByReference, byte[], byte[], ISC_ARRAY_DESC) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_array_lookup_bounds(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, const ISC_SCHAR*, const ISC_SCHAR*, ISC_ARRAY_DESC*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:425 - isc_array_lookup_desc(ISC_STATUS[], IntByReference, IntByReference, byte[], byte[], ISC_ARRAY_DESC) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_array_lookup_desc(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, const ISC_SCHAR*, const ISC_SCHAR*, ISC_ARRAY_DESC*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:432 - isc_array_put_slice(ISC_STATUS[], IntByReference, IntByReference, GDS_QUAD_t, ISC_ARRAY_DESC, Pointer, IntBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_array_put_slice(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, ISC_QUAD*, const ISC_ARRAY_DESC*, void*, ISC_LONG*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:447 - isc_array_set_desc(ISC_STATUS[], byte[], byte[], short[], short[], short[], ISC_ARRAY_DESC) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_array_set_desc(ISC_STATUS*, const ISC_SCHAR*, const ISC_SCHAR*, const short*, const short*, const short*, ISC_ARRAY_DESC*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:439 - isc_attach_database(ISC_STATUS[], short, byte[], IntByReference, short, byte[]) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_attach_database(ISC_STATUS*, short, const ISC_SCHAR*, isc_db_handle*, short, const ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:404 - isc_blob_default_desc(ISC_BLOB_DESC, byte[], byte[]) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
void isc_blob_default_desc(ISC_BLOB_DESC*, const ISC_UCHAR*, const ISC_UCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:455 - ISC_BLOB_DESC - Class in org.firebirdsql.jna.fbclient
-
JNA wrapper for ISC_BLOB_DESC.
- ISC_BLOB_DESC() - Constructor for class org.firebirdsql.jna.fbclient.ISC_BLOB_DESC
- ISC_BLOB_DESC(short, short, short, byte[], byte[]) - Constructor for class org.firebirdsql.jna.fbclient.ISC_BLOB_DESC
- ISC_BLOB_DESC.ByReference - Class in org.firebirdsql.jna.fbclient
- ISC_BLOB_DESC.ByValue - Class in org.firebirdsql.jna.fbclient
- isc_blob_gen_bpb(ISC_STATUS[], ISC_BLOB_DESC, ISC_BLOB_DESC, short, ByteBuffer, ShortBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_blob_gen_bpb(ISC_STATUS*, const ISC_BLOB_DESC*, const ISC_BLOB_DESC*, unsigned short, ISC_UCHAR*, unsigned short*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:459 - isc_blob_info(ISC_STATUS[], IntByReference, short, byte[], short, ByteBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_blob_info(ISC_STATUS*, isc_blob_handle*, short, const ISC_SCHAR*, short, ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:466 - isc_blob_lookup_desc(ISC_STATUS[], IntByReference, IntByReference, byte[], byte[], ISC_BLOB_DESC, ByteBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_blob_lookup_desc(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, const ISC_UCHAR*, const ISC_UCHAR*, ISC_BLOB_DESC*, ISC_UCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:473 - isc_blob_set_desc(ISC_STATUS[], byte[], byte[], short, short, short, ISC_BLOB_DESC) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_blob_set_desc(ISC_STATUS*, const ISC_UCHAR*, const ISC_UCHAR*, short, short, short, ISC_BLOB_DESC*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:481 - isc_cancel_blob(ISC_STATUS[], IntByReference) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_cancel_blob(ISC_STATUS*, isc_blob_handle*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:489 - isc_cancel_events(ISC_STATUS[], IntByReference, IntByReference) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_cancel_events(ISC_STATUS*, isc_db_handle*, ISC_LONG*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:492 - isc_close(ISC_STATUS[], byte[]) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_close(ISC_STATUS*, const ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:940 - isc_close_blob(ISC_STATUS[], IntByReference) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_close_blob(ISC_STATUS*, isc_blob_handle*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:496 - isc_commit_retaining(ISC_STATUS[], IntByReference) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_commit_retaining(ISC_STATUS*, isc_tr_handle*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:499 - isc_commit_transaction(ISC_STATUS[], IntByReference) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_commit_transaction(ISC_STATUS*, isc_tr_handle*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:502 - isc_compile_request(ISC_STATUS[], IntByReference, IntByReference, short, byte[]) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_compile_request(ISC_STATUS*, isc_db_handle*, isc_req_handle*, short, const ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:853 - isc_compile_request2(ISC_STATUS[], IntByReference, IntByReference, short, byte[]) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_compile_request2(ISC_STATUS*, isc_db_handle*, isc_req_handle*, short, const ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:859 - isc_create_blob(ISC_STATUS[], IntByReference, IntByReference, IntByReference, GDS_QUAD_t) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_create_blob(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, isc_blob_handle*, ISC_QUAD*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:505 - isc_create_blob2(ISC_STATUS[], IntByReference, IntByReference, IntByReference, LongByReference, short, byte[]) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_create_blob2(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, isc_blob_handle*, ISC_QUAD*, short, const ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:511 - isc_create_blob2(ISC_STATUS[], IntByReference, IntByReference, IntByReference, GDS_QUAD_t, short, byte[]) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_create_blob2(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, isc_blob_handle*, ISC_QUAD*, short, const ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:511 - isc_create_database(ISC_STATUS[], short, byte[], IntByReference, short, byte[], short) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_create_database(ISC_STATUS*, short, const ISC_SCHAR*, isc_db_handle*, short, const ISC_SCHAR*, short)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:519 TODO: Interbase 6.0 API doc mentions this shouldn't be called - isc_database_info(ISC_STATUS[], IntByReference, short, byte[], short, ByteBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_database_info(ISC_STATUS*, isc_db_handle*, short, const ISC_SCHAR*, short, ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:527 - isc_ddl(ISC_STATUS[], IntByReference, IntByReference, short, byte[]) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_ddl(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, short, const ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:865 - isc_declare(ISC_STATUS[], byte[], byte[]) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_declare(ISC_STATUS*, const ISC_SCHAR*, const ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:943 - isc_decode_date(GDS_QUAD_t[], Pointer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
void isc_decode_date(const ISC_QUAD*, void*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:534 - isc_decode_sql_date(int[], Pointer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
void isc_decode_sql_date(const ISC_DATE*, void*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:537 - isc_decode_sql_time(int[], Pointer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
void isc_decode_sql_time(const ISC_TIME*, void*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:540 - isc_decode_timestamp(ISC_TIMESTAMP, Pointer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
void isc_decode_timestamp(const ISC_TIMESTAMP*, void*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:543 - isc_delete_user(ISC_STATUS[], USER_SEC_DATA) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_delete_user(ISC_STATUS*, const USER_SEC_DATA*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:845 - isc_describe(ISC_STATUS[], byte[], XSQLDA) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_describe(ISC_STATUS*, const ISC_SCHAR*, XSQLDA*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:947 - isc_describe_bind(ISC_STATUS[], byte[], XSQLDA) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_describe_bind(ISC_STATUS*, const ISC_SCHAR*, XSQLDA*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:951 - isc_detach_database(ISC_STATUS[], IntByReference) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_detach_database(ISC_STATUS*, isc_db_handle*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:546 - isc_drop_database(ISC_STATUS[], IntByReference) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_drop_database(ISC_STATUS*, isc_db_handle*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:549 - isc_dsql_alloc_statement2(ISC_STATUS[], IntByReference, IntByReference) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_dsql_alloc_statement2(ISC_STATUS*, isc_db_handle*, isc_stmt_handle*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:556 - isc_dsql_allocate_statement(ISC_STATUS[], IntByReference, IntByReference) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_dsql_allocate_statement(ISC_STATUS*, isc_db_handle*, isc_stmt_handle*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:552 - isc_dsql_describe(ISC_STATUS[], IntByReference, short, XSQLDA) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_dsql_describe(ISC_STATUS*, isc_stmt_handle*, unsigned short, XSQLDA*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:560 - isc_dsql_describe_bind(ISC_STATUS[], IntByReference, short, XSQLDA) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_dsql_describe_bind(ISC_STATUS*, isc_stmt_handle*, unsigned short, XSQLDA*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:565 - isc_dsql_exec_immed2(ISC_STATUS[], IntByReference, IntByReference, short, byte[], short, XSQLDA, XSQLDA) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_dsql_exec_immed2(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, unsigned short, const ISC_SCHAR*, unsigned short, const XSQLDA*, const XSQLDA*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:570 - isc_dsql_exec_immed3_m(ISC_STATUS[], IntByReference, IntByReference, short, byte[], short, short, ByteBuffer, short, short, byte[], short, ByteBuffer, short, short, ByteBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_dsql_exec_immed3_m(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, unsigned short, const ISC_SCHAR*, unsigned short, unsigned short, ISC_SCHAR*, unsigned short, unsigned short, const ISC_SCHAR*, unsigned short, ISC_SCHAR*, unsigned short, unsigned short, ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:1023 - isc_dsql_execute(ISC_STATUS[], IntByReference, IntByReference, short, XSQLDA) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_dsql_execute(ISC_STATUS*, isc_tr_handle*, isc_stmt_handle*, unsigned short, const XSQLDA*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:579 - isc_dsql_execute_immediate(ISC_STATUS[], IntByReference, IntByReference, short, byte[], short, XSQLDA) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_dsql_execute_immediate(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, unsigned short, const ISC_SCHAR*, unsigned short, const XSQLDA*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:592 - isc_dsql_execute_immediate_m(ISC_STATUS[], IntByReference, IntByReference, short, byte[], short, short, ByteBuffer, short, short, ByteBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_dsql_execute_immediate_m(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, unsigned short, const ISC_SCHAR*, unsigned short, unsigned short, ISC_SCHAR*, unsigned short, unsigned short, ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:1011 - isc_dsql_execute_m(ISC_STATUS[], IntByReference, IntByReference, short, byte[], short, short, byte[]) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_dsql_execute_m(ISC_STATUS*, isc_tr_handle*, isc_stmt_handle*, unsigned short, const ISC_SCHAR*, unsigned short, unsigned short, ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:988 - isc_dsql_execute_m(ISC_STATUS[], IntByReference, IntByReference, short, byte[], short, short, ByteBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_dsql_execute_m(ISC_STATUS*, isc_tr_handle*, isc_stmt_handle*, unsigned short, const ISC_SCHAR*, unsigned short, unsigned short, ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:988 - isc_dsql_execute2(ISC_STATUS[], IntByReference, IntByReference, short, XSQLDA, XSQLDA) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_dsql_execute2(ISC_STATUS*, isc_tr_handle*, isc_stmt_handle*, unsigned short, const XSQLDA*, const XSQLDA*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:585 - isc_dsql_execute2_m(ISC_STATUS[], IntByReference, IntByReference, short, byte[], short, short, byte[], short, byte[], short, short, ByteBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_dsql_execute2_m(ISC_STATUS*, isc_tr_handle*, isc_stmt_handle*, unsigned short, const ISC_SCHAR*, unsigned short, unsigned short, ISC_SCHAR*, unsigned short, ISC_SCHAR*, unsigned short, unsigned short, ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:997 - isc_dsql_execute2_m(ISC_STATUS[], IntByReference, IntByReference, short, byte[], short, short, ByteBuffer, short, ByteBuffer, short, short, ByteBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_dsql_execute2_m(ISC_STATUS*, isc_tr_handle*, isc_stmt_handle*, unsigned short, const ISC_SCHAR*, unsigned short, unsigned short, ISC_SCHAR*, unsigned short, ISC_SCHAR*, unsigned short, unsigned short, ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:997 - isc_dsql_fetch(ISC_STATUS[], IntByReference, short, XSQLDA) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_dsql_fetch(ISC_STATUS*, isc_stmt_handle*, unsigned short, const XSQLDA*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:600 - isc_dsql_fetch_m(ISC_STATUS[], IntByReference, short, ByteBuffer, short, short, ByteBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_dsql_fetch_m(ISC_STATUS*, isc_stmt_handle*, unsigned short, ISC_SCHAR*, unsigned short, unsigned short, ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:1040 - isc_dsql_free_statement(ISC_STATUS[], IntByReference, short) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_dsql_free_statement(ISC_STATUS*, isc_stmt_handle*, unsigned short)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:607 - isc_dsql_insert_m(ISC_STATUS[], IntByReference, short, byte[], short, short, byte[]) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_dsql_insert_m(ISC_STATUS*, isc_stmt_handle*, unsigned short, const ISC_SCHAR*, unsigned short, unsigned short, const ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:1048 - isc_dsql_prepare(ISC_STATUS[], IntByReference, IntByReference, short, byte[], short, XSQLDA) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_dsql_prepare(ISC_STATUS*, isc_tr_handle*, isc_stmt_handle*, unsigned short, const ISC_SCHAR*, unsigned short, XSQLDA*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:616 - isc_dsql_prepare_m(ISC_STATUS[], IntByReference, IntByReference, short, byte[], short, short, byte[], short, ByteBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_dsql_prepare_m(ISC_STATUS*, isc_tr_handle*, isc_stmt_handle*, unsigned short, const ISC_SCHAR*, unsigned short, unsigned short, const ISC_SCHAR*, unsigned short, ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:1056 - isc_dsql_release(ISC_STATUS[], byte[]) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_dsql_release(ISC_STATUS*, const ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:1067 - isc_dsql_set_cursor_name(ISC_STATUS[], IntByReference, byte[], short) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_dsql_set_cursor_name(ISC_STATUS*, isc_stmt_handle*, const ISC_SCHAR*, unsigned short)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:624 - isc_dsql_sql_info(ISC_STATUS[], IntByReference, short, byte[], short, ByteBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_dsql_sql_info(ISC_STATUS*, isc_stmt_handle*, short, const ISC_SCHAR*, short, ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:629 - isc_encode_date(Pointer, GDS_QUAD_t) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
void isc_encode_date(const void*, ISC_QUAD*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:636 - isc_encode_sql_date(Pointer, IntBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
void isc_encode_sql_date(const void*, ISC_DATE*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:639 - isc_encode_sql_time(Pointer, IntBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
void isc_encode_sql_time(const void*, ISC_TIME*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:642 - isc_encode_timestamp(Pointer, ISC_TIMESTAMP) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
void isc_encode_timestamp(const void*, ISC_TIMESTAMP*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:645 - isc_event_block(PointerByReference, PointerByReference, short, Object...) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_LONG isc_event_block(ISC_UCHAR**, ISC_UCHAR**, ISC_USHORT, null)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:648 - isc_event_block_a(PointerByReference, PointerByReference, short, PointerByReference) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_USHORT isc_event_block_a(ISC_SCHAR**, ISC_SCHAR**, ISC_USHORT, ISC_SCHAR**)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:652 - isc_event_block_s(PointerByReference, PointerByReference, short, PointerByReference, ShortBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
void isc_event_block_s(ISC_SCHAR**, ISC_SCHAR**, ISC_USHORT, ISC_SCHAR**, ISC_USHORT*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:657 - isc_event_counts(ISC_STATUS[], short, Pointer, Pointer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
void isc_event_counts(ISC_ULONG*, short, ISC_UCHAR*, const ISC_UCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:663 - isc_execute(ISC_STATUS[], IntByReference, byte[], XSQLDA) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_execute(ISC_STATUS*, isc_tr_handle*, const ISC_SCHAR*, XSQLDA*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:955 - isc_execute_immediate(ISC_STATUS[], IntByReference, IntByReference, ShortBuffer, byte[]) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_execute_immediate(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, short*, const ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:960 - isc_expand_dpb(PointerByReference, ShortBuffer, Object...) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
17 May 2001 - isc_expand_dpb is DEPRECATED
Original signature :void isc_expand_dpb(ISC_SCHAR**, short*, null)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:669 - isc_fetch(ISC_STATUS[], byte[], XSQLDA) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_fetch(ISC_STATUS*, const ISC_SCHAR*, XSQLDA*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:966 - isc_free(Pointer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_LONG isc_free(ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:678 - isc_get_client_major_version() - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
int isc_get_client_major_version()
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:1305 - isc_get_client_minor_version() - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
int isc_get_client_minor_version()
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:1306 - isc_get_client_version(ByteBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
void isc_get_client_version(ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:1304 - isc_get_segment(ISC_STATUS[], IntByReference, ShortByReference, short, ByteBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_get_segment(ISC_STATUS*, isc_blob_handle*, unsigned short*, unsigned short, ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:680 - isc_get_slice(ISC_STATUS[], IntByReference, IntByReference, GDS_QUAD_t, short, byte[], short, int[], int, Pointer, IntBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_get_slice(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, ISC_QUAD*, short, const ISC_SCHAR*, short, const ISC_LONG*, ISC_LONG, void*, ISC_LONG*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:686 - isc_interprete(ByteBuffer, PointerByReference) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
CVC: This non-const signature is needed for compatibility, see gds.cpp.
Original signature :ISC_LONG isc_interprete(ISC_SCHAR*, ISC_STATUS**)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:699 - isc_modify_dpb(PointerByReference, ShortBuffer, short, byte[], short) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
int isc_modify_dpb(ISC_SCHAR**, short*, unsigned short, const ISC_SCHAR*, short)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:672 - isc_modify_user(ISC_STATUS[], USER_SEC_DATA) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_modify_user(ISC_STATUS*, const USER_SEC_DATA*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:847 - isc_open(ISC_STATUS[], IntByReference, byte[], XSQLDA) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_open(ISC_STATUS*, isc_tr_handle*, const ISC_SCHAR*, XSQLDA*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:970 - isc_open_blob(ISC_STATUS[], IntByReference, IntByReference, IntByReference, GDS_QUAD_t) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_open_blob(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, isc_blob_handle*, ISC_QUAD*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:707 - isc_open_blob2(ISC_STATUS[], IntByReference, IntByReference, IntByReference, LongByReference, short, byte[]) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_open_blob2(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, isc_blob_handle*, ISC_QUAD*, ISC_USHORT, const ISC_UCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:713 - isc_open_blob2(ISC_STATUS[], IntByReference, IntByReference, IntByReference, GDS_QUAD_t, short, byte[]) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_open_blob2(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, isc_blob_handle*, ISC_QUAD*, ISC_USHORT, const ISC_UCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:713 - isc_portable_integer(byte[], short) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_INT64 isc_portable_integer(const ISC_UCHAR*, short)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:804 - isc_prepare(ISC_STATUS[], IntByReference, IntByReference, byte[], short[], byte[], XSQLDA) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_prepare(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, const ISC_SCHAR*, const short*, const ISC_SCHAR*, XSQLDA*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:975 - isc_prepare_transaction(ISC_STATUS[], IntByReference) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_prepare_transaction(ISC_STATUS*, isc_tr_handle*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:871 - isc_prepare_transaction2(ISC_STATUS[], IntByReference, short, byte[]) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_prepare_transaction2(ISC_STATUS*, isc_tr_handle*, ISC_USHORT, const ISC_UCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:721 - isc_put_segment(ISC_STATUS[], IntByReference, short, byte[]) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_put_segment(ISC_STATUS*, isc_blob_handle*, unsigned short, const ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:731 - isc_put_slice(ISC_STATUS[], IntByReference, IntByReference, GDS_QUAD_t, short, byte[], short, int[], int, Pointer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_put_slice(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, ISC_QUAD*, short, const ISC_SCHAR*, short, const ISC_LONG*, ISC_LONG, void*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:736 - isc_que_events(ISC_STATUS[], IntByReference, IntByReference, short, Pointer, FbClientLibrary.IscEventCallback, Pointer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_que_events(ISC_STATUS*, isc_db_handle*, ISC_LONG*, short, const ISC_UCHAR*, ISC_EVENT_CALLBACK, void*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:747 TODO: Currently does not satisfy requirements in documentation! - isc_que_events(ISC_STATUS[], IntByReference, IntByReference, short, Pointer, WinFbClientLibrary.IscEventStdCallback, Pointer) - Method in interface org.firebirdsql.jna.fbclient.WinFbClientLibrary
- isc_receive(ISC_STATUS[], IntByReference, short, short, Pointer, short) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_receive(ISC_STATUS*, isc_req_handle*, short, short, void*, short)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:875 - isc_reconnect_transaction(ISC_STATUS[], IntByReference, IntByReference, short, byte[]) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_reconnect_transaction(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, short, const ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:882 - isc_release_request(ISC_STATUS[], IntByReference) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_release_request(ISC_STATUS*, isc_req_handle*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:888 - isc_request_info(ISC_STATUS[], IntByReference, short, short, byte[], short, ByteBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_request_info(ISC_STATUS*, isc_req_handle*, short, short, const ISC_SCHAR*, short, ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:891 - isc_rollback_retaining(ISC_STATUS[], IntByReference) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_rollback_retaining(ISC_STATUS*, isc_tr_handle*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:755 - isc_rollback_transaction(ISC_STATUS[], IntByReference) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_rollback_transaction(ISC_STATUS*, isc_tr_handle*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:758 - isc_seek_blob(ISC_STATUS[], IntByReference, short, int, IntByReference) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_seek_blob(ISC_STATUS*, isc_blob_handle*, short, ISC_LONG, ISC_LONG*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:899 - isc_send(ISC_STATUS[], IntByReference, short, short, Pointer, short) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_send(ISC_STATUS*, isc_req_handle*, short, short, const void*, short)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:905 - isc_service_attach(ISC_STATUS[], short, byte[], IntByReference, short, byte[]) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_service_attach(ISC_STATUS*, unsigned short, const ISC_SCHAR*, isc_svc_handle*, unsigned short, const ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:1259 - isc_service_detach(ISC_STATUS[], IntByReference) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_service_detach(ISC_STATUS*, isc_svc_handle*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:1266 - isc_service_query(ISC_STATUS[], IntByReference, IntByReference, short, byte[], short, byte[], short, ByteBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_service_query(ISC_STATUS*, isc_svc_handle*, isc_resv_handle*, unsigned short, const ISC_SCHAR*, unsigned short, const ISC_SCHAR*, unsigned short, ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:1269 - isc_service_start(ISC_STATUS[], IntByReference, IntByReference, short, byte[]) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_service_start(ISC_STATUS*, isc_svc_handle*, isc_resv_handle*, unsigned short, const ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:1279 - isc_sql_interprete(short, ByteBuffer, short) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
void isc_sql_interprete(short, ISC_SCHAR*, short)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:780 - isc_sqlcode(ISC_STATUS[]) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_LONG isc_sqlcode(const ISC_STATUS*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:772 - isc_sqlcode_s(ISC_STATUS[], IntBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
void isc_sqlcode_s(const ISC_STATUS*, ISC_ULONG*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:774 - isc_start_and_send(ISC_STATUS[], IntByReference, IntByReference, short, short, Pointer, short) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_start_and_send(ISC_STATUS*, isc_req_handle*, isc_tr_handle*, short, short, const void*, short)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:912 - isc_start_multiple(ISC_STATUS[], IntByReference, short, Pointer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_start_multiple(ISC_STATUS*, isc_tr_handle*, short, void*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:761 - isc_start_request(ISC_STATUS[], IntByReference, IntByReference, short) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_start_request(ISC_STATUS*, isc_req_handle*, isc_tr_handle*, short)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:920 - isc_start_transaction(ISC_STATUS[], IntByReference, short, Object...) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_start_transaction(ISC_STATUS*, isc_tr_handle*, short, null)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:766 - ISC_STATUS - Class in org.firebirdsql.jna.fbclient
-
JNA wrapper for ISC_STATUS.
- ISC_STATUS() - Constructor for class org.firebirdsql.jna.fbclient.ISC_STATUS
-
Create a zero-valued ISC_STATUS.
- ISC_STATUS(long) - Constructor for class org.firebirdsql.jna.fbclient.ISC_STATUS
-
Create an ISC_STATUS with the given value.
- ISC_TIMESTAMP - Class in org.firebirdsql.jna.fbclient
-
JNA wrapper for ISC_TIMESTAMP.
- ISC_TIMESTAMP() - Constructor for class org.firebirdsql.jna.fbclient.ISC_TIMESTAMP
- ISC_TIMESTAMP(int, int) - Constructor for class org.firebirdsql.jna.fbclient.ISC_TIMESTAMP
- ISC_TIMESTAMP.ByReference - Class in org.firebirdsql.jna.fbclient
- ISC_TIMESTAMP.ByValue - Class in org.firebirdsql.jna.fbclient
- isc_transact_request(ISC_STATUS[], IntByReference, IntByReference, short, ByteBuffer, short, ByteBuffer, short, ByteBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_transact_request(ISC_STATUS*, isc_db_handle*, isc_tr_handle*, unsigned short, ISC_SCHAR*, unsigned short, ISC_SCHAR*, unsigned short, ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:791 - isc_transaction_info(ISC_STATUS[], IntByReference, short, byte[], short, ByteBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_transaction_info(ISC_STATUS*, isc_tr_handle*, short, const ISC_SCHAR*, short, ISC_SCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:784 - isc_unwind_request(ISC_STATUS[], IntByReference, short) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_unwind_request(ISC_STATUS*, isc_tr_handle*, short)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:925 - isc_vax_integer(byte[], short) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_LONG isc_vax_integer(const ISC_SCHAR*, short)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:801 - isc_wait_for_event(ISC_STATUS[], IntByReference, short, byte[], ByteBuffer) - Method in interface org.firebirdsql.jna.fbclient.FbClientLibrary
-
Original signature :
ISC_STATUS isc_wait_for_event(ISC_STATUS*, isc_db_handle*, short, const ISC_UCHAR*, ISC_UCHAR*)
native declaration : C:\Program Files\Firebird\Firebird_2_5\include\ibase.h:929 - isOutput() - Method in class org.firebirdsql.gds.ng.jna.JnaBlob
- isValidTransactionClass(Class<? extends FbTransaction>) - Method in class org.firebirdsql.gds.ng.jna.JnaStatement
J
- JnaAttachment - Interface in org.firebirdsql.gds.ng.jna
- JnaBlob - Class in org.firebirdsql.gds.ng.jna
-
Implementation of
FbBlob
for native client access. - JnaBlob(JnaDatabase, JnaTransaction, BlobParameterBuffer) - Constructor for class org.firebirdsql.gds.ng.jna.JnaBlob
-
Creates a blob for output (writing to the database).
- JnaBlob(JnaDatabase, JnaTransaction, BlobParameterBuffer, long) - Constructor for class org.firebirdsql.gds.ng.jna.JnaBlob
-
Creates a blob for input (reading from the database).
- JnaConnection<T extends org.firebirdsql.gds.ng.IAttachProperties<T>,
C extends JnaAttachment> - Class in org.firebirdsql.gds.ng.jna -
Class handling the initial setup of the JNA connection.
- JnaConnection(FbClientLibrary, T, IEncodingFactory) - Constructor for class org.firebirdsql.gds.ng.jna.JnaConnection
-
Creates a JnaConnection (without establishing a connection to the server).
- JnaDatabase - Class in org.firebirdsql.gds.ng.jna
-
Implementation of
FbDatabase
for native client access. - JnaDatabase(JnaDatabaseConnection) - Constructor for class org.firebirdsql.gds.ng.jna.JnaDatabase
- JnaDatabaseConnection - Class in org.firebirdsql.gds.ng.jna
-
Class handling the initial setup of the JNA database connection.
- JnaDatabaseConnection(FbClientLibrary, IConnectionProperties) - Constructor for class org.firebirdsql.gds.ng.jna.JnaDatabaseConnection
-
Creates a JnaDatabaseConnection (without establishing a connection to the server).
- JnaDatabaseConnection(FbClientLibrary, IConnectionProperties, IEncodingFactory) - Constructor for class org.firebirdsql.gds.ng.jna.JnaDatabaseConnection
-
Creates a JnaDatabaseConnection (without establishing a connection to the server).
- JnaEventHandle - Class in org.firebirdsql.gds.ng.jna
-
Event handle for the JNA protocol.
- JnaParameterConverter - Class in org.firebirdsql.gds.ng.jna
-
Implementation of
ParameterConverter
for JNA. - JnaParameterConverter() - Constructor for class org.firebirdsql.gds.ng.jna.JnaParameterConverter
- JnaService - Class in org.firebirdsql.gds.ng.jna
-
Implementation of
FbService
for native client access. - JnaService(JnaServiceConnection) - Constructor for class org.firebirdsql.gds.ng.jna.JnaService
- JnaServiceConnection - Class in org.firebirdsql.gds.ng.jna
-
Class handling the initial setup of the JNA service connection.
- JnaServiceConnection(FbClientLibrary, IServiceProperties) - Constructor for class org.firebirdsql.gds.ng.jna.JnaServiceConnection
-
Creates a JnaServiceConnection (without establishing a connection to the server).
- JnaServiceConnection(FbClientLibrary, IServiceProperties, IEncodingFactory) - Constructor for class org.firebirdsql.gds.ng.jna.JnaServiceConnection
-
Creates a JnaServiceConnection (without establishing a connection to the server).
- JnaStatement - Class in org.firebirdsql.gds.ng.jna
-
Implementation of
FbStatement
for native client access. - JnaStatement(JnaDatabase) - Constructor for class org.firebirdsql.gds.ng.jna.JnaStatement
- JnaTransaction - Class in org.firebirdsql.gds.ng.jna
-
Implementation of
FbTransaction
for native client access. - JnaTransaction(JnaDatabase, IntByReference, TransactionState) - Constructor for class org.firebirdsql.gds.ng.jna.JnaTransaction
-
Initializes AbstractFbTransaction.
L
- last_name - Variable in class org.firebirdsql.jna.fbclient.USER_SEC_DATA
-
the user's last name
C type : ISC_SCHAR* - LittleEndianDatatypeCoder - Class in org.firebirdsql.gds.ng.jna
-
Datatype encoder and decoder for little endian platforms, specifically for use with the Firebird client library.
- LittleEndianDatatypeCoder(IEncodingFactory) - Constructor for class org.firebirdsql.gds.ng.jna.LittleEndianDatatypeCoder
-
Creates a little-endian datatype coder for native access on little-endian platforms.
- load(FirebirdEmbeddedProvider, ClasspathFirebirdEmbeddedResource) - Static method in class org.firebirdsql.jna.embedded.classpath.ClasspathFirebirdEmbeddedLibrary
-
Loads a Firebird Embedded library from the classpath and installs it into a temporary file location.
M
- MAX_STATEMENT_LENGTH - Static variable in class org.firebirdsql.gds.ng.jna.JnaDatabase
- middle_name - Variable in class org.firebirdsql.jna.fbclient.USER_SEC_DATA
-
the user's middle name
C type : ISC_SCHAR*
N
- NATIVE_TYPE_NAME - Static variable in class org.firebirdsql.gds.impl.jni.NativeGDSFactoryPlugin
- NativeConnectionPropertyDefiner - Class in org.firebirdsql.gds.ng.jna
-
Property definer for connection properties which exist exclusively for jaybird-native.
- NativeConnectionPropertyDefiner() - Constructor for class org.firebirdsql.gds.ng.jna.NativeConnectionPropertyDefiner
- NativeGDSFactoryPlugin - Class in org.firebirdsql.gds.impl.jni
- NativeGDSFactoryPlugin() - Constructor for class org.firebirdsql.gds.impl.jni.NativeGDSFactoryPlugin
- NativeLibraryLoadException - Exception in org.firebirdsql.gds.ng.jna
-
Thrown when a native library could not be loaded.
- NativeLibraryLoadException(String, Throwable) - Constructor for exception org.firebirdsql.gds.ng.jna.NativeLibraryLoadException
- nativeLibraryPath - Static variable in class org.firebirdsql.gds.ng.jna.NativePropertyNames
- NativePropertyNames - Class in org.firebirdsql.gds.ng.jna
-
Property names which are exclusively for use with jaybird-native.
- NativeResourceTracker - Class in org.firebirdsql.gds.ng.jna
-
Class responsible for tracking loaded native resources for cleanup/disposal on exit.
- NativeResourceUnloadAbstractWebListener<T extends EventObject> - Class in org.firebirdsql.gds.ng.jna
-
Abstract listener for native resource unload.
- NativeResourceUnloadAbstractWebListener() - Constructor for class org.firebirdsql.gds.ng.jna.NativeResourceUnloadAbstractWebListener
- NativeResourceUnloadWebListenerJakarta - Class in org.firebirdsql.jna.jakarta
-
Servlet context listener for
jakarta.servlet
for unloading native libraries if loaded in the current context. - NativeResourceUnloadWebListenerJakarta() - Constructor for class org.firebirdsql.jna.jakarta.NativeResourceUnloadWebListenerJakarta
- networkOrder(byte[]) - Method in class org.firebirdsql.gds.ng.jna.LittleEndianDatatypeCoder
- notRegistered(ConnectionProperty) - Method in class org.firebirdsql.gds.ng.jna.NativeConnectionPropertyDefiner
O
- open() - Method in class org.firebirdsql.gds.ng.jna.JnaBlob
- org.firebirdsql.gds.impl.jni - package org.firebirdsql.gds.impl.jni
-
Implementations of
GDSFactoryPlugin
for native and embedded access. - org.firebirdsql.gds.ng.jna - package org.firebirdsql.gds.ng.jna
-
Implementation of the
org.firebirdsql.gds.ng
API for accessing Firebird using fbclient (native and embedded), using the JNA (Java Native Access) library. - org.firebirdsql.jna - module org.firebirdsql.jna
- org.firebirdsql.jna.embedded - package org.firebirdsql.jna.embedded
-
Provides look up of Firebird Embeddded library SPIs as defined by
org.firebirdsql.jna.embedded.spi
. - org.firebirdsql.jna.embedded.classpath - package org.firebirdsql.jna.embedded.classpath
-
Supporting classes for implementations of
org.firebirdsql.jna.embedded.spi
to provide Firebird Embedded on the classpath. - org.firebirdsql.jna.embedded.spi - package org.firebirdsql.jna.embedded.spi
-
Defines a service provider interface to obtain Firebird Embedded library files from the class path.
- org.firebirdsql.jna.fbclient - package org.firebirdsql.jna.fbclient
-
Mappings of fbclient API for use with JNA (Java Native Access).
- org.firebirdsql.jna.jakarta - package org.firebirdsql.jna.jakarta
- ownname - Variable in class org.firebirdsql.jna.fbclient.XSQLVAR
- ownname_length - Variable in class org.firebirdsql.jna.fbclient.XSQLVAR
P
- password - Variable in class org.firebirdsql.jna.fbclient.USER_SEC_DATA
-
the user's password
C type : ISC_SCHAR* - populateAuthenticationProperties(AbstractConnection<?, ?>, ConnectionParameterBuffer) - Method in class org.firebirdsql.gds.ng.jna.JnaParameterConverter
- prepare(byte[]) - Method in class org.firebirdsql.gds.ng.jna.JnaTransaction
- prepare(String) - Method in class org.firebirdsql.gds.ng.jna.JnaStatement
- processStatusVector(ISC_STATUS[], WarningMessageCallback) - Method in class org.firebirdsql.gds.ng.jna.JnaConnection
- processStatusVector(ISC_STATUS[], WarningMessageCallback) - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
- processStatusVector(ISC_STATUS[], WarningMessageCallback) - Method in class org.firebirdsql.gds.ng.jna.JnaService
- protocol - Variable in class org.firebirdsql.jna.fbclient.USER_SEC_DATA
- put(byte[], int, int) - Method in class org.firebirdsql.gds.ng.jna.JnaBlob
Q
- queueEvent(EventHandle) - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
R
- reconnectTransaction(long) - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
- releaseMemory(FbClientLibrary) - Method in class org.firebirdsql.gds.ng.jna.JnaEventHandle
-
Releases the native memory held by this event handle.
- releaseResources() - Method in class org.firebirdsql.gds.ng.jna.JnaBlob
- relname - Variable in class org.firebirdsql.jna.fbclient.XSQLVAR
- relname_length - Variable in class org.firebirdsql.jna.fbclient.XSQLVAR
- rollback() - Method in class org.firebirdsql.gds.ng.jna.JnaTransaction
S
- sec_flags - Variable in class org.firebirdsql.jna.fbclient.USER_SEC_DATA
- seek(int, FbBlob.SeekMode) - Method in class org.firebirdsql.gds.ng.jna.JnaBlob
- server - Variable in class org.firebirdsql.jna.fbclient.USER_SEC_DATA
-
server to administer
C type : ISC_SCHAR* - serviceConnect(IServiceProperties) - Method in class org.firebirdsql.gds.ng.jna.AbstractNativeDatabaseFactory
- setCursorNameImpl(String) - Method in class org.firebirdsql.gds.ng.jna.JnaStatement
- setDetachedJna() - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
- setEventCount(int) - Method in class org.firebirdsql.gds.ng.jna.JnaEventHandle
- setNetworkTimeout(int) - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
- setNetworkTimeout(int) - Method in class org.firebirdsql.gds.ng.jna.JnaService
- setParameterDescriptor(RowDescriptor) - Method in class org.firebirdsql.gds.ng.jna.JnaStatement
- setRowDescriptor(RowDescriptor) - Method in class org.firebirdsql.gds.ng.jna.JnaStatement
- setXSqlDaData(XSQLDA, RowDescriptor, RowValue) - Method in class org.firebirdsql.gds.ng.jna.JnaStatement
-
Populates an XSQLDA from the row descriptor and parameter values.
- shutdownNativeResources() - Static method in class org.firebirdsql.gds.ng.jna.NativeResourceTracker
-
Disposes native resources (currently: native libraries).
- SIZE - Static variable in class org.firebirdsql.jna.fbclient.ISC_STATUS
-
Size of an ISC_STATUS, in bytes.
- sizeOfShort() - Method in class org.firebirdsql.gds.ng.jna.BigEndianDatatypeCoder
- sizeOfShort() - Method in class org.firebirdsql.gds.ng.jna.LittleEndianDatatypeCoder
- sqld - Variable in class org.firebirdsql.jna.fbclient.XSQLDA
- sqldabc - Variable in class org.firebirdsql.jna.fbclient.XSQLDA
- sqldaid - Variable in class org.firebirdsql.jna.fbclient.XSQLDA
- sqldata - Variable in class org.firebirdsql.jna.fbclient.XSQLVAR
- sqlind - Variable in class org.firebirdsql.jna.fbclient.XSQLVAR
- SQLIND_NOT_NULL - Static variable in class org.firebirdsql.jna.fbclient.XSQLVAR
- SQLIND_NULL - Static variable in class org.firebirdsql.jna.fbclient.XSQLVAR
- sqllen - Variable in class org.firebirdsql.jna.fbclient.XSQLVAR
- sqln - Variable in class org.firebirdsql.jna.fbclient.XSQLDA
- sqlname - Variable in class org.firebirdsql.jna.fbclient.XSQLVAR
- sqlname_length - Variable in class org.firebirdsql.jna.fbclient.XSQLVAR
- sqlscale - Variable in class org.firebirdsql.jna.fbclient.XSQLVAR
- sqlsubtype - Variable in class org.firebirdsql.jna.fbclient.XSQLVAR
- sqltype - Variable in class org.firebirdsql.jna.fbclient.XSQLVAR
- sqlvar - Variable in class org.firebirdsql.jna.fbclient.XSQLDA
- startServiceAction(ServiceRequestBuffer) - Method in class org.firebirdsql.gds.ng.jna.JnaService
- startTransaction(String) - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
- startTransaction(TransactionParameterBuffer) - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
- STATEMENT_TIMEOUT - Enum constant in enum class org.firebirdsql.gds.ng.jna.FbClientFeature
- STATUS_VECTOR_SIZE - Static variable in class org.firebirdsql.gds.ng.jna.JnaDatabase
- STATUS_VECTOR_SIZE - Static variable in class org.firebirdsql.gds.ng.jna.JnaService
- statusVector - Variable in class org.firebirdsql.gds.ng.jna.JnaDatabase
T
- TemporaryFirebirdEmbeddedLibrary - Class in org.firebirdsql.jna.embedded
-
Information for locating a Firebird Embedded library.
- timestamp_date - Variable in class org.firebirdsql.jna.fbclient.ISC_TIMESTAMP
- timestamp_time - Variable in class org.firebirdsql.jna.fbclient.ISC_TIMESTAMP
- toAttachUrl(DbAttachInfo) - Static method in class org.firebirdsql.gds.ng.jna.JnaConnection
-
Builds the attach URL for the library.
- toRowValue(RowDescriptor, XSQLDA) - Method in class org.firebirdsql.gds.ng.jna.JnaStatement
-
Converts the data from an XSQLDA to a RowValue.
- toString() - Method in class org.firebirdsql.gds.ng.jna.JnaEventHandle
- toString() - Method in class org.firebirdsql.jna.embedded.TemporaryFirebirdEmbeddedLibrary
U
- uid - Variable in class org.firebirdsql.jna.fbclient.USER_SEC_DATA
- user_name - Variable in class org.firebirdsql.jna.fbclient.USER_SEC_DATA
-
the user's name
C type : ISC_SCHAR* - USER_SEC_DATA - Class in org.firebirdsql.jna.fbclient
-
JNA wrapper for USER_SEC_DATA.
- USER_SEC_DATA() - Constructor for class org.firebirdsql.jna.fbclient.USER_SEC_DATA
- USER_SEC_DATA.ByReference - Class in org.firebirdsql.jna.fbclient
- USER_SEC_DATA.ByValue - Class in org.firebirdsql.jna.fbclient
V
- validateEventHandle(EventHandle) - Method in class org.firebirdsql.gds.ng.jna.JnaDatabase
- valueOf(String) - Static method in enum class org.firebirdsql.gds.ng.jna.FbClientFeature
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.firebirdsql.gds.ng.jna.FbClientFeature
-
Returns an array containing the constants of this enum class, in the order they are declared.
- version - Variable in class org.firebirdsql.jna.fbclient.XSQLDA
W
- WinFbClientLibrary - Interface in org.firebirdsql.jna.fbclient
-
JNA library interface specifically for the Windows platform.
- WinFbClientLibrary.FbShutdownStdCallback - Interface in org.firebirdsql.jna.fbclient
-
FbShutdown Callback following the StdCall conventions
- WinFbClientLibrary.IscEventStdCallback - Interface in org.firebirdsql.jna.fbclient
-
IscEvent Callback following the StdCall conventions
- withLock() - Method in class org.firebirdsql.gds.ng.jna.JnaStatement
X
- XSQLDA - Class in org.firebirdsql.jna.fbclient
-
JNA Wrapper for XSQLDA.
- XSQLDA() - Constructor for class org.firebirdsql.jna.fbclient.XSQLDA
- XSQLDA(int) - Constructor for class org.firebirdsql.jna.fbclient.XSQLDA
- XSQLDA(short, byte[], int, short, short, XSQLVAR[]) - Constructor for class org.firebirdsql.jna.fbclient.XSQLDA
- XSQLDA.ByReference - Class in org.firebirdsql.jna.fbclient
- XSQLDA.ByValue - Class in org.firebirdsql.jna.fbclient
- XSQLVAR - Class in org.firebirdsql.jna.fbclient
-
JNA wrapper for XSQLVAR.
- XSQLVAR() - Constructor for class org.firebirdsql.jna.fbclient.XSQLVAR
- XSQLVAR.ByReference - Class in org.firebirdsql.jna.fbclient
- XSQLVAR.ByValue - Class in org.firebirdsql.jna.fbclient
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form