public final class FbClientDatabaseFactory extends AbstractNativeDatabaseFactory
FbDatabaseFactory
for establishing connection using the
Firebird native client library.
A separate factory is used for embedded: FbEmbeddedDatabaseFactory
.
Constructor and Description |
---|
FbClientDatabaseFactory() |
Modifier and Type | Method and Description |
---|---|
protected FbClientLibrary |
createClientLibrary()
Creates and initialize a new instance of the client library.
|
static FbClientDatabaseFactory |
getInstance() |
connect, filterProperties, getClientLibrary, serviceConnect
public static FbClientDatabaseFactory getInstance()
protected FbClientLibrary createClientLibrary()
AbstractNativeDatabaseFactory
Instances should not be cached (caching - if any - is the responsibility of the caller).
createClientLibrary
in class AbstractNativeDatabaseFactory
Copyright © 2001-2022 Jaybird (Firebird JDBC/JCA) team. All rights reserved.