|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FirebirdDriver
Extension of the Driver
providing methods to set the
connection properties programmatically.
Method Summary | |
---|---|
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. |
Methods inherited from interface java.sql.Driver |
---|
acceptsURL, connect, getMajorVersion, getMinorVersion, getPropertyInfo, jdbcCompliant |
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |