public interface FirebirdDriver
extends java.sql.Driver
Driver
providing methods to set the
connection properties programmatically.Modifier and Type | Method and Description |
---|---|
FirebirdConnection |
connect(FirebirdConnectionProperties properties)
Connect to the specified database using the specified connection
properties.
|
FirebirdConnectionProperties |
newConnectionProperties()
Create new instance of
FirebirdConnectionProperties that can
later be used in connect(FirebirdConnectionProperties) call. |
FirebirdConnectionProperties newConnectionProperties()
FirebirdConnectionProperties
that can
later be used in connect(FirebirdConnectionProperties)
call.FirebirdConnectionProperties
.FirebirdConnection connect(FirebirdConnectionProperties properties) throws java.sql.SQLException
properties
- instance of FirebirdConnectionProperties
created in newConnectionProperties()
method.java.sql.SQLException
- if an error happened while connecting to the
database.Copyright © 2001-2019 Jaybird (Firebird JDBC/JCA) team. All rights reserved.