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.CommonDataSource
java.sql.SQLException
public void setLogWriter(java.io.PrintWriter out) throws java.sql.SQLException
setLogWriter
in interface javax.sql.CommonDataSource
java.sql.SQLException
public java.util.logging.Logger getParentLogger() throws java.sql.SQLFeatureNotSupportedException
getParentLogger
in interface javax.sql.CommonDataSource
java.sql.SQLFeatureNotSupportedException
Copyright © 2001-2019 Jaybird (Firebird JDBC/JCA) team. All rights reserved.