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
public P6LogFactory()
public CallableStatement getCallableStatement(CallableStatement real,
P6Connection conn, String p0)
public Connection getConnection(Connection conn)
public PreparedStatement getPreparedStatement(PreparedStatement real,
P6Connection conn, String p0)
public ResultSet getResultSet(ResultSet real,
P6Statement statement, String preparedQuery, String query)
public Statement getStatement(Statement statement,
P6Connection conn)