org.firebirdsql.jdbc
Class FBDriver

java.lang.Object
  extended by org.firebirdsql.jdbc.AbstractDriver
      extended by org.firebirdsql.jdbc.FBDriver
All Implemented Interfaces:
java.sql.Driver, FirebirdDriver

public class FBDriver
extends AbstractDriver
implements FirebirdDriver

The Jaybird JDBC Driver implementation for the Firebird database.

Version:
1.0
Author:
David Jencks

Field Summary
 
Fields inherited from class org.firebirdsql.jdbc.AbstractDriver
BLOB_BUFFER_LENGTH, CHARSET, DATABASE, PASSWORD, TPB_MAPPING, USE_TRANSLATION, USER, USER_NAME
 
Constructor Summary
FBDriver()
           
 
Method Summary
 java.util.logging.Logger getParentLogger()
           
 
Methods inherited from class org.firebirdsql.jdbc.AbstractDriver
acceptsURL, connect, connect, getMajorVersion, getMinorVersion, getPropertyInfo, jdbcCompliant, newConnectionProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.firebirdsql.jdbc.FirebirdDriver
connect, newConnectionProperties
 
Methods inherited from interface java.sql.Driver
acceptsURL, connect, getMajorVersion, getMinorVersion, getPropertyInfo, jdbcCompliant
 

Constructor Detail

FBDriver

public FBDriver()
Method Detail

getParentLogger

public java.util.logging.Logger getParentLogger()
                                         throws java.sql.SQLFeatureNotSupportedException
Throws:
java.sql.SQLFeatureNotSupportedException


Copyright © 2001-2019 Jaybird (Firebird JDBC/JCA) team. All rights reserved.