java.lang.Object
org.firebirdsql.gds.ng.jna.AbstractNativeDatabaseFactory
org.firebirdsql.gds.ng.jna.FbClientDatabaseFactory
- All Implemented Interfaces:
org.firebirdsql.gds.ng.FbDatabaseFactory
Implementation of
FbDatabaseFactory
for establishing connection using the
Firebird native client library.
A separate factory is used for embedded: FbEmbeddedDatabaseFactory
.
- Since:
- 3.0
- Author:
- Mark Rotteveel
-
Method Summary
Modifier and TypeMethodDescriptionprotected FbClientLibrary
Creates and initialize a new instance of the client library.protected Collection<String>
static FbClientDatabaseFactory
Methods inherited from class org.firebirdsql.gds.ng.jna.AbstractNativeDatabaseFactory
connect, filterProperties, getClientLibrary, serviceConnect
-
Method Details
-
getInstance
-
createClientLibrary
Description copied from class:AbstractNativeDatabaseFactory
Creates and initialize a new instance of the client library.Instances should not be cached (caching - if any - is the responsibility of the caller).
- Specified by:
createClientLibrary
in classAbstractNativeDatabaseFactory
- Returns:
- new client library instance
-
defaultLibraryNames
- Specified by:
defaultLibraryNames
in classAbstractNativeDatabaseFactory
- Returns:
- the default library names loaded by this factory
-