com.p6spy.engine.logging
Class P6LogFactory

java.lang.Object
  extended by com.p6spy.engine.spy.P6CoreFactory
      extended by com.p6spy.engine.logging.P6LogFactory
All Implemented Interfaces:
P6Factory

public class P6LogFactory
extends P6CoreFactory


Constructor Summary
P6LogFactory()
           
 
Method Summary
 CallableStatement getCallableStatement(CallableStatement real, P6Connection conn, String p0)
           
 Connection getConnection(Connection conn)
           
 PreparedStatement getPreparedStatement(PreparedStatement real, P6Connection conn, String p0)
           
 ResultSet getResultSet(ResultSet real, P6Statement statement, String preparedQuery, String query)
           
 Statement getStatement(Statement statement, P6Connection conn)
           
 
Methods inherited from class com.p6spy.engine.spy.P6CoreFactory
getArray, getDatabaseMetaData, getOptions, getResultSetMetaData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

P6LogFactory

public P6LogFactory()
Method Detail

getConnection

public Connection getConnection(Connection conn)
                         throws SQLException
Specified by:
getConnection in interface P6Factory
Overrides:
getConnection in class P6CoreFactory
Throws:
SQLException

getPreparedStatement

public PreparedStatement getPreparedStatement(PreparedStatement real,
                                              P6Connection conn,
                                              String p0)
                                       throws SQLException
Specified by:
getPreparedStatement in interface P6Factory
Overrides:
getPreparedStatement in class P6CoreFactory
Throws:
SQLException

getStatement

public Statement getStatement(Statement statement,
                              P6Connection conn)
                       throws SQLException
Specified by:
getStatement in interface P6Factory
Overrides:
getStatement in class P6CoreFactory
Throws:
SQLException

getCallableStatement

public CallableStatement getCallableStatement(CallableStatement real,
                                              P6Connection conn,
                                              String p0)
                                       throws SQLException
Specified by:
getCallableStatement in interface P6Factory
Overrides:
getCallableStatement in class P6CoreFactory
Throws:
SQLException

getResultSet

public ResultSet getResultSet(ResultSet real,
                              P6Statement statement,
                              String preparedQuery,
                              String query)
                       throws SQLException
Specified by:
getResultSet in interface P6Factory
Overrides:
getResultSet in class P6CoreFactory
Throws:
SQLException