src/share/classes/java/sql/Driver.java

Print this page

        

*** 142,152 **** int getMinorVersion(); /** * Reports whether this driver is a genuine JDBC ! * Compliant<sup><font size=-2>TM</font></sup> driver. * A driver may only report <code>true</code> here if it passes the JDBC * compliance tests; otherwise it is required to return <code>false</code>. * <P> * JDBC compliance requires full support for the JDBC API and full support * for SQL 92 Entry Level. It is expected that JDBC compliant drivers will --- 142,152 ---- int getMinorVersion(); /** * Reports whether this driver is a genuine JDBC ! * Compliant&trade; driver. * A driver may only report <code>true</code> here if it passes the JDBC * compliance tests; otherwise it is required to return <code>false</code>. * <P> * JDBC compliance requires full support for the JDBC API and full support * for SQL 92 Entry Level. It is expected that JDBC compliant drivers will
*** 171,180 **** * still an ancestor of all of the Loggers used by this driver. Configuring * this Logger will affect all of the log messages generated by the driver. * In the worst case, this may be the root Logger. * * @return the parent Logger for this driver ! * @throws SQLFeatureNotSupportedException if the driver does not use <code>java.util.logging<code>. * @since 1.7 */ public Logger getParentLogger() throws SQLFeatureNotSupportedException; } --- 171,181 ---- * still an ancestor of all of the Loggers used by this driver. Configuring * this Logger will affect all of the log messages generated by the driver. * In the worst case, this may be the root Logger. * * @return the parent Logger for this driver ! * @throws SQLFeatureNotSupportedException if the driver does not use ! * {@code java.util.logging}. * @since 1.7 */ public Logger getParentLogger() throws SQLFeatureNotSupportedException; }