public final class FbWireDatabaseFactory extends java.lang.Object implements FbDatabaseFactory
FbDatabaseFactory
for the wire protocol implementation.Constructor and Description |
---|
FbWireDatabaseFactory() |
Modifier and Type | Method and Description |
---|---|
FbWireDatabase |
connect(IConnectionProperties connectionProperties)
Connects to a Firebird server based on the supplied connection properties.
|
static FbWireDatabaseFactory |
getInstance() |
FbService |
serviceConnect(IServiceProperties serviceProperties)
Connects to the service manager of a Firebird server with the supplied service properties.
|
public FbWireDatabase connect(IConnectionProperties connectionProperties) throws java.sql.SQLException
FbDatabaseFactory
The FbDatabase
instance will be connected to the server, but is not yet attached.
connect
in interface FbDatabaseFactory
connectionProperties
- Connection propertiesjava.sql.SQLException
public FbService serviceConnect(IServiceProperties serviceProperties) throws java.sql.SQLException
FbDatabaseFactory
serviceConnect
in interface FbDatabaseFactory
serviceProperties
- Service propertiesjava.sql.SQLException
public static FbWireDatabaseFactory getInstance()
Copyright © 2001-2021 Jaybird (Firebird JDBC/JCA) team. All rights reserved.