patterntesting.runtime.db
Class ProxyDriver
java.lang.Object
patterntesting.runtime.monitor.db.ProxyDriver
patterntesting.runtime.db.ProxyDriver
- All Implemented Interfaces:
- Driver
Deprecated. use ProxyDriver
@Deprecated
public class ProxyDriver
- extends ProxyDriver
This JDBC driver acts like a proxy between PatternTesting and the real JDBC
driver to be able to monitor JDBC access. It was inspired by the JAMonDriver
of the JAMon framework.
This driver is registered for JDBC URLs beginning with "jdbc:proxy:
...". This prefix must follow the real driver path. E.g. if you want to use
HSQL as database your URL make look like
"jdbc:proxy:hsqldb:file:/tmp/oli".
This class is moved now to patterntesting.runtime.monitor.db (since 1.4.2).
TODO: Will be removed in 1.6.
- Since:
- 1.4.1 (27.03.2014)
- Version:
- $Revision: 1.14 $
- Author:
- oliver
| Methods inherited from class patterntesting.runtime.monitor.db.ProxyDriver |
acceptsURL, connect, getMajorVersion, getMinorVersion, getParentLogger, getPropertyInfo, getRealDriver, getRealDriverName, getRealURL, jdbcCompliant, register, toString |
ProxyDriver
public ProxyDriver()
- Deprecated.
Copyright © 2002–2014 PatternTesting Team. All rights reserved.