Package org.firebirdsql.gds.ng.jna
Class FbClientDatabaseFactory
java.lang.Object
org.firebirdsql.gds.ng.jna.AbstractNativeDatabaseFactory
org.firebirdsql.gds.ng.jna.FbClientDatabaseFactory
- All Implemented Interfaces:
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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FbClientLibraryCreates and initialize a new instance of the client library.static FbClientDatabaseFactoryMethods inherited from class org.firebirdsql.gds.ng.jna.AbstractNativeDatabaseFactory
connect, filterProperties, getClientLibrary, serviceConnect
-
Constructor Details
-
FbClientDatabaseFactory
public FbClientDatabaseFactory()
-
-
Method Details
-
getInstance
-
createClientLibrary
Description copied from class:AbstractNativeDatabaseFactoryCreates 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:
createClientLibraryin classAbstractNativeDatabaseFactory- Returns:
- new client library instance
-