| Constructor and Description |
|---|
ProfilingDriver() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptsURL(String s) |
static void |
addListener(ProfilingListener listener)
Add a new listener to the list of profiling listeners.
|
Connection |
connect(String s,
Properties properties) |
int |
getMajorVersion() |
int |
getMinorVersion() |
Logger |
getParentLogger()
Get parent logger, included for Java7.
|
DriverPropertyInfo[] |
getPropertyInfo(String s,
Properties properties) |
boolean |
jdbcCompliant() |
public static void addListener(ProfilingListener listener)
listener - listener to addpublic Connection connect(String s, Properties properties) throws SQLException
connect in interface DriverSQLExceptionpublic boolean acceptsURL(String s) throws SQLException
acceptsURL in interface DriverSQLExceptionpublic DriverPropertyInfo[] getPropertyInfo(String s, Properties properties) throws SQLException
getPropertyInfo in interface DriverSQLExceptionpublic int getMajorVersion()
getMajorVersion in interface Driverpublic int getMinorVersion()
getMinorVersion in interface Driverpublic boolean jdbcCompliant()
jdbcCompliant in interface Driverpublic Logger getParentLogger() throws SQLFeatureNotSupportedException
getParentLogger in interface DriverSQLFeatureNotSupportedException - feature not supportedCopyright © 2016. All rights reserved.