com.p6spy.engine.logging

Class P6LogFactory

public class P6LogFactory extends P6CoreFactory

Description: factory for getting real values. $Author: jeffgoke $ $Revision: 1.4 $ $Date: 2003/01/21 22:50:30 $ $Id: P6LogFactory.java,v 1.4 2003/01/21 22:50:30 jeffgoke Exp $ $Source: /cvsroot/p6spy/p6spy/com/p6spy/engine/logging/P6LogFactory.java,v $ $Log: P6LogFactory.java,v $ Revision 1.4 2003/01/21 22:50:30 jeffgoke removed code no longer necessary due to the new module Revision 1.3 2002/12/06 22:28:43 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
Constructor Summary
P6LogFactory()
Method Summary
CallableStatementgetCallableStatement(CallableStatement real, P6Connection conn, String p0)
ConnectiongetConnection(Connection conn)
PreparedStatementgetPreparedStatement(PreparedStatement real, P6Connection conn, String p0)
ResultSetgetResultSet(ResultSet real, P6Statement statement, String preparedQuery, String query)
StatementgetStatement(Statement statement, P6Connection conn)

Constructor Detail

P6LogFactory

public P6LogFactory()

Method Detail

getCallableStatement

public CallableStatement getCallableStatement(CallableStatement real, P6Connection conn, String p0)

getConnection

public Connection getConnection(Connection conn)

getPreparedStatement

public PreparedStatement getPreparedStatement(PreparedStatement real, P6Connection conn, String p0)

getResultSet

public ResultSet getResultSet(ResultSet real, P6Statement statement, String preparedQuery, String query)

getStatement

public Statement getStatement(Statement statement, P6Connection conn)