public abstract class RootCommonDataSource
extends java.lang.Object
implements javax.sql.CommonDataSource
Used to workaround incompatibilities introduced for JDBC 3.0 and earlier by JDBC 4.1 (getParentLogger).
| Constructor and Description | 
|---|
| RootCommonDataSource() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.io.PrintWriter | getLogWriter() | 
| java.util.logging.Logger | getParentLogger() | 
| void | setLogWriter(java.io.PrintWriter out) | 
public java.io.PrintWriter getLogWriter()
                                 throws java.sql.SQLException
getLogWriter in interface javax.sql.CommonDataSourcejava.sql.SQLExceptionpublic void setLogWriter(java.io.PrintWriter out)
                  throws java.sql.SQLException
setLogWriter in interface javax.sql.CommonDataSourcejava.sql.SQLExceptionpublic java.util.logging.Logger getParentLogger()
                                         throws java.sql.SQLFeatureNotSupportedException
getParentLogger in interface javax.sql.CommonDataSourcejava.sql.SQLFeatureNotSupportedExceptionCopyright © 2001-2020 Jaybird (Firebird JDBC/JCA) team. All rights reserved.