| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface FirebirdDriverextends Driverjava.sql.Driver providing methods to set the
connection properties programmatically.
Method Summary | |
FirebirdConnection |
|
FirebirdConnectionProperties |
|
public FirebirdConnection connect(FirebirdConnectionProperties properties) throws SQLException
Connect to the specified database using the specified connection properties.
- Parameters:
properties- instance ofFirebirdConnectionPropertiescreated innewConnectionProperties()method.
- Returns:
- new connection to the Firebird database.
public FirebirdConnectionProperties newConnectionProperties()
Create new instance ofFirebirdConnectionPropertiesthat can later be used inconnect(FirebirdConnectionProperties)call.
- Returns:
- instance of
FirebirdConnectionProperties.