| Modifier and Type | Field and Description |
|---|---|
private InternalDriver |
driver |
| Constructor and Description |
|---|
JDBC(InternalDriver driver) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptsURL(java.lang.String url)
Does the driver accept the passed in JDBC URL
|
java.lang.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.
|
private final InternalDriver driver
JDBC(InternalDriver driver)
public java.lang.String getDriverLevel()
JDBCMBeangetDriverLevel in interface JDBCMBeanpublic int getMajorVersion()
JDBCMBeangetMajorVersion in interface JDBCMBeanDriver.getMajorVersion()public int getMinorVersion()
JDBCMBeangetMinorVersion in interface JDBCMBeanDriver.getMinorVersion()public boolean isCompliantDriver()
JDBCMBeanisCompliantDriver in interface JDBCMBeanDriver.jdbcCompliant()public boolean acceptsURL(java.lang.String url)
throws java.sql.SQLException
JDBCMBeanacceptsURL in interface JDBCMBeanurl - JDBC URL to check.java.sql.SQLExceptionDriver.acceptsURL(String)Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.