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)
Deprecated.
|
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
.@Deprecated 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-2024 Jaybird (Firebird JDBC) team. All rights reserved.