Uses of Class com.p6spy.engine.spy.P6Connection

Uses in package com.p6spy.engine.spy

Constructors with parameter type com.p6spy.engine.spy.P6Connection

P6CallableStatement.P6CallableStatement(P6Factory factory, CallableStatement statement, P6Connection conn, String query)
P6DatabaseMetaData.P6DatabaseMetaData(P6Factory factory, DatabaseMetaData metadata, P6Connection connection)
P6PreparedStatement.P6PreparedStatement(P6Factory factory, PreparedStatement statement, P6Connection conn, String query)
P6Statement.P6Statement(P6Factory factory, Statement statement, P6Connection conn)

Fields of type com.p6spy.engine.spy.P6Connection

P6Connection
P6Connection

Methods with parameter type com.p6spy.engine.spy.P6Connection

CallableStatement
P6CoreFactory.getCallableStatement(CallableStatement real, P6Connection conn, String p0)
CallableStatement
P6Factory.getCallableStatement(CallableStatement real, P6Connection conn, String p0)
DatabaseMetaData
P6CoreFactory.getDatabaseMetaData(DatabaseMetaData real, P6Connection conn)
DatabaseMetaData
P6Factory.getDatabaseMetaData(DatabaseMetaData real, P6Connection conn)
PreparedStatement
P6CoreFactory.getPreparedStatement(PreparedStatement real, P6Connection conn, String p0)
PreparedStatement
P6Factory.getPreparedStatement(PreparedStatement real, P6Connection conn, String p0)
Statement
P6CoreFactory.getStatement(Statement statement, P6Connection conn)
Statement
P6Factory.getStatement(Statement real, P6Connection conn)

Uses in package com.p6spy.engine.outage

Classes derived from com.p6spy.engine.spy.P6Connection

class
Description: Wrapper class for Connection $Author: cheechq $ $Revision: 1.6 $ $Date: 2003/06/03 19:20:23 $ $Id: P6OutageConnection.java,v 1.6 2003/06/03 19:20:23 cheechq Exp $ $Log: P6OutageConnection.java,v $ Revision 1.6 2003/06/03 19:20:23 cheechq removed unused imports Revision 1.5 2003/01/28 17:01:08 jeffgoke rewrote options to the ability for a module to have its own option set Revision 1.4 2002/12/19 16:29:03 aarvesen Removed the checkReload call Revision 1.3 2002/12/09 21:46:07 aarvesen New constructor jdk 1.4 changes Revision 1.2 2002/10/06 18:22:48 jeffgoke no message Revision 1.1 2002/05/24 07:31:28 jeffgoke version 1 rewrite Revision 1.7 2002/05/18 06:39:52 jeffgoke Peter Laird added Outage detection.

Constructors with parameter type com.p6spy.engine.spy.P6Connection

P6OutageCallableStatement.P6OutageCallableStatement(P6Factory factory, CallableStatement statement, P6Connection conn, String query)
P6OutagePreparedStatement.P6OutagePreparedStatement(P6Factory factory, PreparedStatement statement, P6Connection conn, String query)
P6OutageStatement.P6OutageStatement(P6Factory factory, Statement statement, P6Connection conn)

Methods with parameter type com.p6spy.engine.spy.P6Connection

CallableStatement
P6OutageFactory.getCallableStatement(CallableStatement real, P6Connection conn, String p0)
PreparedStatement
P6OutageFactory.getPreparedStatement(PreparedStatement real, P6Connection conn, String p0)
Statement
P6OutageFactory.getStatement(Statement statement, P6Connection conn)

Uses in package com.p6spy.engine.logging

Classes derived from com.p6spy.engine.spy.P6Connection

class
Description: Wrapper class for Connection $Author: cheechq $ $Revision: 1.6 $ $Date: 2003/06/03 19:20:22 $ $Id: P6LogConnection.java,v 1.6 2003/06/03 19:20:22 cheechq Exp $ $Log: P6LogConnection.java,v $ Revision 1.6 2003/06/03 19:20:22 cheechq removed unused imports Revision 1.5 2002/12/19 16:59:08 aarvesen remove getTrace from the driver level Revision 1.4 2002/12/19 16:30:50 aarvesen Removed the checkReload call Revision 1.3 2002/12/06 22:29:39 aarvesen new factory registration in the constructor Revision 1.2 2002/10/06 18:22:12 jeffgoke no message Revision 1.1 2002/05/24 07:31:45 jeffgoke version 1 rewrite Revision 1.7 2002/05/18 06:39:52 jeffgoke Peter Laird added Outage detection.

Constructors with parameter type com.p6spy.engine.spy.P6Connection

P6LogCallableStatement.P6LogCallableStatement(P6Factory factory, CallableStatement statement, P6Connection conn, String query)
P6LogPreparedStatement.P6LogPreparedStatement(P6Factory factory, PreparedStatement statement, P6Connection conn, String query)
P6LogStatement.P6LogStatement(P6Factory factory, Statement statement, P6Connection conn)

Methods with parameter type com.p6spy.engine.spy.P6Connection

CallableStatement
P6LogFactory.getCallableStatement(CallableStatement real, P6Connection conn, String p0)
PreparedStatement
P6LogFactory.getPreparedStatement(PreparedStatement real, P6Connection conn, String p0)
Statement
P6LogFactory.getStatement(Statement statement, P6Connection conn)