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 FbDatabaseFactoryconnectionProperties - Connection propertiesjava.sql.SQLExceptionpublic FbService serviceConnect(IServiceProperties serviceProperties) throws java.sql.SQLException
FbDatabaseFactoryserviceConnect in interface FbDatabaseFactoryserviceProperties - Service propertiesjava.sql.SQLExceptionpublic static FbWireDatabaseFactory getInstance()
Copyright © 2001-2023 Jaybird (Firebird JDBC/JCA) team. All rights reserved.