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

Packages that use P6Connection
com.p6spy.engine.logging   
com.p6spy.engine.outage   
com.p6spy.engine.spy   
 

Uses of P6Connection in com.p6spy.engine.logging
 

Subclasses of P6Connection in com.p6spy.engine.logging
 class P6LogConnection
           
 

Methods in com.p6spy.engine.logging with parameters of type P6Connection
 PreparedStatement P6LogFactory.getPreparedStatement(PreparedStatement real, P6Connection conn, String p0)
           
 Statement P6LogFactory.getStatement(Statement statement, P6Connection conn)
           
 CallableStatement P6LogFactory.getCallableStatement(CallableStatement real, P6Connection conn, String p0)
           
 

Constructors in com.p6spy.engine.logging with parameters of type P6Connection
P6LogStatement(P6Factory factory, Statement statement, P6Connection conn)
           
P6LogPreparedStatement(P6Factory factory, PreparedStatement statement, P6Connection conn, String query)
           
P6LogCallableStatement(P6Factory factory, CallableStatement statement, P6Connection conn, String query)
           
 

Uses of P6Connection in com.p6spy.engine.outage
 

Subclasses of P6Connection in com.p6spy.engine.outage
 class P6OutageConnection
           
 

Methods in com.p6spy.engine.outage with parameters of type P6Connection
 PreparedStatement P6OutageFactory.getPreparedStatement(PreparedStatement real, P6Connection conn, String p0)
           
 Statement P6OutageFactory.getStatement(Statement statement, P6Connection conn)
           
 CallableStatement P6OutageFactory.getCallableStatement(CallableStatement real, P6Connection conn, String p0)
           
 

Constructors in com.p6spy.engine.outage with parameters of type P6Connection
P6OutageStatement(P6Factory factory, Statement statement, P6Connection conn)
           
P6OutageCallableStatement(P6Factory factory, CallableStatement statement, P6Connection conn, String query)
           
P6OutagePreparedStatement(P6Factory factory, PreparedStatement statement, P6Connection conn, String query)
           
 

Uses of P6Connection in com.p6spy.engine.spy
 

Fields in com.p6spy.engine.spy declared as P6Connection
protected  P6Connection P6DatabaseMetaData.connection
           
protected  P6Connection P6Statement.connection
           
 

Methods in com.p6spy.engine.spy with parameters of type P6Connection
 PreparedStatement P6Factory.getPreparedStatement(PreparedStatement real, P6Connection conn, String p0)
           
 Statement P6Factory.getStatement(Statement real, P6Connection conn)
           
 CallableStatement P6Factory.getCallableStatement(CallableStatement real, P6Connection conn, String p0)
           
 DatabaseMetaData P6Factory.getDatabaseMetaData(DatabaseMetaData real, P6Connection conn)
           
 PreparedStatement P6CoreFactory.getPreparedStatement(PreparedStatement real, P6Connection conn, String p0)
           
 Statement P6CoreFactory.getStatement(Statement statement, P6Connection conn)
           
 CallableStatement P6CoreFactory.getCallableStatement(CallableStatement real, P6Connection conn, String p0)
           
 DatabaseMetaData P6CoreFactory.getDatabaseMetaData(DatabaseMetaData real, P6Connection conn)
           
 

Constructors in com.p6spy.engine.spy with parameters of type P6Connection
P6DatabaseMetaData(P6Factory factory, DatabaseMetaData metadata, P6Connection connection)
           
P6PreparedStatement(P6Factory factory, PreparedStatement statement, P6Connection conn, String query)
           
P6Statement(P6Factory factory, Statement statement, P6Connection conn)
           
P6CallableStatement(P6Factory factory, CallableStatement statement, P6Connection conn, String query)