net.sourceforge.backpedal.p6spy
Class BackpedalConnection

java.lang.Object
  |
  +--com.p6spy.engine.spy.P6Base
        |
        +--com.p6spy.engine.spy.P6Connection
              |
              +--net.sourceforge.backpedal.p6spy.BackpedalConnection
All Implemented Interfaces:
Connection

public class BackpedalConnection
extends com.p6spy.engine.spy.P6Connection


Field Summary
 
Fields inherited from class com.p6spy.engine.spy.P6Connection
counter, id, passthru
 
Fields inherited from class com.p6spy.engine.spy.P6Base
factory
 
Fields inherited from interface java.sql.Connection
TRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE
 
Constructor Summary
BackpedalConnection(com.p6spy.engine.spy.P6Factory factory, Connection conn)
           
 
Methods inherited from class com.p6spy.engine.spy.P6Connection
clearWarnings, close, commit, createStatement, createStatement, createStatement, getAutoCommit, getCatalog, getHoldability, getId, getJDBC, getMetaData, getTransactionIsolation, getTypeMap, getWarnings, isClosed, isReadOnly, nativeSQL, prepareCall, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, releaseSavepoint, rollback, rollback, setAutoCommit, setCatalog, setHoldability, setReadOnly, setSavepoint, setSavepoint, setTransactionIsolation, setTypeMap
 
Methods inherited from class com.p6spy.engine.spy.P6Base
getP6Factory, setP6Factory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BackpedalConnection

public BackpedalConnection(com.p6spy.engine.spy.P6Factory factory,
                           Connection conn)
                    throws SQLException


Copyright © Sourceforge. All Rights Reserved.