org.firebirdsql.ds
Class RootCommonDataSource
java.lang.Object
org.firebirdsql.ds.RootCommonDataSource
- All Implemented Interfaces:
- javax.sql.CommonDataSource
- Direct Known Subclasses:
- AbstractConnectionPool, FBAbstractCommonDataSource, FBDataSource, FBSimpleDataSource, FBWrappingDataSource, FBXADataSource, SimpleDataSource
public abstract class RootCommonDataSource
- extends java.lang.Object
- implements javax.sql.CommonDataSource
Root superclass for the datasources in Firebird.
Used to workaround incompatibilities introduced for JDBC 3.0 and earlier by JDBC 4.1 (getParentLogger).
- Since:
- 2.2
- Author:
- Mark Rotteveel
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.sql.CommonDataSource |
getLoginTimeout, setLoginTimeout |
RootCommonDataSource
public RootCommonDataSource()
getLogWriter
public java.io.PrintWriter getLogWriter()
throws java.sql.SQLException
- Specified by:
getLogWriter
in interface javax.sql.CommonDataSource
- Throws:
java.sql.SQLException
setLogWriter
public void setLogWriter(java.io.PrintWriter out)
throws java.sql.SQLException
- Specified by:
setLogWriter
in interface javax.sql.CommonDataSource
- Throws:
java.sql.SQLException
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.