Modifier and Type | Field | Description |
---|---|---|
private InternalDriver |
driver |
Constructor | Description |
---|---|
JDBC(InternalDriver driver) |
Modifier and Type | Method | 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()
JDBCMBean
getDriverLevel
in interface JDBCMBean
public int getMajorVersion()
JDBCMBean
getMajorVersion
in interface JDBCMBean
Driver.getMajorVersion()
public int getMinorVersion()
JDBCMBean
getMinorVersion
in interface JDBCMBean
Driver.getMinorVersion()
public boolean isCompliantDriver()
JDBCMBean
isCompliantDriver
in interface JDBCMBean
Driver.jdbcCompliant()
public boolean acceptsURL(java.lang.String url) throws java.sql.SQLException
JDBCMBean
acceptsURL
in interface JDBCMBean
url
- JDBC URL to check.java.sql.SQLException
Driver.acceptsURL(String)
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.