public interface JDBCMBean
Key properties for registered MBean:
type=JDBC
 system=runtime system identifier (see overview)
 | Modifier and Type | Method and Description | 
|---|---|
| boolean | acceptsURL(String url)Does the driver accept the passed in JDBC URL | 
| String | getDriverLevel()Get the JDBC driver's implementation level | 
| int | getMajorVersion()Return the JDBC driver's major version. | 
| int | getMinorVersion()Return the JDBC driver's minor version. | 
| boolean | isCompliantDriver()Is the JDBC driver compliant. | 
String getDriverLevel()
int getMajorVersion()
Driver.getMajorVersion()int getMinorVersion()
Driver.getMinorVersion()boolean isCompliantDriver()
Driver.jdbcCompliant()boolean acceptsURL(String url) throws SQLException
url - JDBC URL to check.SQLExceptionDriver.acceptsURL(String)Apache Derby 10.14 API Documentation - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.