JavaScript is disabled on your browser.
java.lang.Object
com.p6spy.engine.spy.P6SpyDriverCore
com.itko.lisaint.LisaJdbcDriver
All Implemented Interfaces:
java.sql.Driver
public class LisaJdbcDriver
extends com.p6spy.engine.spy.P6SpyDriverCore
implements java.sql.Driver
A jdbc driver wrapper class which intercepts jdbc calls and makes them available to LISA test cases when
the test case is executed (if server-side LISA integration is enabled).
Field Summary
Fields inherited from class com.p6spy.engine.spy.P6SpyDriverCore
factories, foundSpyProperties, initialized, passthru, realDrivers
Method Summary
Methods
Modifier and Type
Method and Description
boolean
acceptsURL (java.lang.String url)
java.sql.Connection
connect (java.lang.String url,
java.util.Properties info)
static void
initMethod ()
Methods inherited from class com.p6spy.engine.spy.P6SpyDriverCore
configure, findPassthru, getConnectionInfo, getMajorVersion, getMinorVersion, getParentLogger, getPassthru, getPropertyInfo, initMethod, jdbcCompliant, setPassthru, wrapConnection
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.sql.Driver
getMajorVersion, getMinorVersion, getParentLogger, getPropertyInfo, jdbcCompliant
Constructor Detail
LisaJdbcDriver
public LisaJdbcDriver()
throws java.lang.ClassNotFoundException,
java.lang.InstantiationException,
java.lang.IllegalAccessException,
java.sql.SQLException
Throws:
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException
java.sql.SQLException
Copyright © 1998-2014 CA, Inc. All Rights Reserved.