public class FBDriver extends java.lang.Object implements FirebirdDriver
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
BLOB_BUFFER_LENGTH |
static java.lang.String |
CHARSET |
static java.lang.String |
DATABASE |
static java.lang.String |
PASSWORD |
static java.lang.String |
TPB_MAPPING |
static java.lang.String |
USER |
static java.lang.String |
USER_NAME |
Constructor and Description |
---|
FBDriver() |
Modifier and Type | Method and Description |
---|---|
boolean |
acceptsURL(java.lang.String url) |
FirebirdConnection |
connect(FirebirdConnectionProperties properties)
Connect to the specified database using the specified connection
properties.
|
java.sql.Connection |
connect(java.lang.String url,
java.util.Properties info) |
int |
getMajorVersion() |
int |
getMinorVersion() |
java.util.logging.Logger |
getParentLogger() |
java.sql.DriverPropertyInfo[] |
getPropertyInfo(java.lang.String url,
java.util.Properties info) |
boolean |
jdbcCompliant() |
FirebirdConnectionProperties |
newConnectionProperties()
Create new instance of
FirebirdConnectionProperties that can
later be used in FirebirdDriver.connect(FirebirdConnectionProperties) call. |
public static final java.lang.String CHARSET
public static final java.lang.String USER
public static final java.lang.String USER_NAME
public static final java.lang.String PASSWORD
public static final java.lang.String DATABASE
public static final java.lang.String BLOB_BUFFER_LENGTH
public static final java.lang.String TPB_MAPPING
public java.sql.Connection connect(java.lang.String url, java.util.Properties info) throws java.sql.SQLException
connect
in interface java.sql.Driver
java.sql.SQLException
public FirebirdConnection connect(FirebirdConnectionProperties properties) throws java.sql.SQLException
FirebirdDriver
connect
in interface FirebirdDriver
properties
- instance of FirebirdConnectionProperties
created in FirebirdDriver.newConnectionProperties()
method.java.sql.SQLException
- if an error happened while connecting to the
database.public FirebirdConnectionProperties newConnectionProperties()
FirebirdDriver
FirebirdConnectionProperties
that can
later be used in FirebirdDriver.connect(FirebirdConnectionProperties)
call.newConnectionProperties
in interface FirebirdDriver
FirebirdConnectionProperties
.public boolean acceptsURL(java.lang.String url) throws java.sql.SQLException
acceptsURL
in interface java.sql.Driver
java.sql.SQLException
public java.sql.DriverPropertyInfo[] getPropertyInfo(java.lang.String url, java.util.Properties info) throws java.sql.SQLException
getPropertyInfo
in interface java.sql.Driver
java.sql.SQLException
public int getMajorVersion()
getMajorVersion
in interface java.sql.Driver
public int getMinorVersion()
getMinorVersion
in interface java.sql.Driver
public boolean jdbcCompliant()
jdbcCompliant
in interface java.sql.Driver
public java.util.logging.Logger getParentLogger() throws java.sql.SQLFeatureNotSupportedException
getParentLogger
in interface java.sql.Driver
java.sql.SQLFeatureNotSupportedException
Copyright © 2001-2020 Jaybird (Firebird JDBC/JCA) team. All rights reserved.