com.p6spy.engine.logging
Class P6LogConnection
java.lang.Object
com.p6spy.engine.spy.P6Base
com.p6spy.engine.spy.P6Connection
com.p6spy.engine.logging.P6LogConnection
- All Implemented Interfaces:
- Connection
public class P6LogConnection
- extends P6Connection
- implements Connection
Methods inherited from class com.p6spy.engine.spy.P6Connection |
clearWarnings, close, 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, setAutoCommit, setCatalog, setHoldability, setReadOnly, setSavepoint, setSavepoint, setTransactionIsolation, setTypeMap |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.sql.Connection |
clearWarnings, close, createStatement, createStatement, createStatement, getAutoCommit, getCatalog, getHoldability, getMetaData, getTransactionIsolation, getTypeMap, getWarnings, isClosed, isReadOnly, nativeSQL, prepareCall, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, releaseSavepoint, setAutoCommit, setCatalog, setHoldability, setReadOnly, setSavepoint, setSavepoint, setTransactionIsolation, setTypeMap |
P6LogConnection
public P6LogConnection(P6Factory factory,
Connection conn)
throws SQLException
- Throws:
SQLException
commit
public void commit()
throws SQLException
- Specified by:
commit
in interface Connection
- Overrides:
commit
in class P6Connection
- Throws:
SQLException
rollback
public void rollback()
throws SQLException
- Specified by:
rollback
in interface Connection
- Overrides:
rollback
in class P6Connection
- Throws:
SQLException
rollback
public void rollback(Savepoint p0)
throws SQLException
- Specified by:
rollback
in interface Connection
- Overrides:
rollback
in class P6Connection
- Throws:
SQLException