|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.derby.jdbc.JDBC
final class JDBC
Simple JBDC mbean that pulls information about the JDBC driver.
Field Summary | |
---|---|
private InternalDriver |
driver
|
Constructor Summary | |
---|---|
JDBC(InternalDriver driver)
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final InternalDriver driver
Constructor Detail |
---|
JDBC(InternalDriver driver)
Method Detail |
---|
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)
JDBCMBean
acceptsURL
in interface JDBCMBean
url
- JDBC URL to check.
Driver.acceptsURL(String)
|
Built on Thu 2011-03-10 11:54:14+0000, from revision ??? | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |