public class P6SpyDriver
extends java.lang.Object
implements java.sql.Driver
| Constructor and Description |
|---|
P6SpyDriver() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptsURL(java.lang.String url) |
java.sql.Connection |
connect(java.lang.String url,
java.util.Properties properties) |
protected java.sql.Driver |
findPassthru(java.lang.String url) |
int |
getMajorVersion() |
int |
getMinorVersion() |
java.util.logging.Logger |
getParentLogger() |
java.sql.DriverPropertyInfo[] |
getPropertyInfo(java.lang.String url,
java.util.Properties properties) |
boolean |
jdbcCompliant() |
static void |
setJdbcEventListenerFactory(JdbcEventListenerFactory jdbcEventListenerFactory) |
public boolean acceptsURL(java.lang.String url)
acceptsURL in interface java.sql.Driverpublic java.sql.Connection connect(java.lang.String url,
java.util.Properties properties)
throws java.sql.SQLException
connect in interface java.sql.Driverjava.sql.SQLExceptionprotected java.sql.Driver findPassthru(java.lang.String url)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.sql.DriverPropertyInfo[] getPropertyInfo(java.lang.String url,
java.util.Properties properties)
throws java.sql.SQLException
getPropertyInfo in interface java.sql.Driverjava.sql.SQLExceptionpublic int getMajorVersion()
getMajorVersion in interface java.sql.Driverpublic int getMinorVersion()
getMinorVersion in interface java.sql.Driverpublic boolean jdbcCompliant()
jdbcCompliant in interface java.sql.Driverpublic java.util.logging.Logger getParentLogger()
throws java.sql.SQLFeatureNotSupportedException
getParentLogger in interface java.sql.Driverjava.sql.SQLFeatureNotSupportedExceptionpublic static void setJdbcEventListenerFactory(JdbcEventListenerFactory jdbcEventListenerFactory)