|
log4jdbc3 1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ConnectionSpy in net.sf.log4jdbc |
Fields in net.sf.log4jdbc declared as ConnectionSpy | |
protected ConnectionSpy |
StatementSpy.connectionSpy
The Connection that created this Statement. |
Constructors in net.sf.log4jdbc with parameters of type ConnectionSpy | |
StatementSpy(ConnectionSpy connectionSpy,
Statement realStatement)
Create a StatementSpy that wraps another Statement, for the purpose of logging all method calls, sql, exceptions and return values. |
|
PreparedStatementSpy(String sql,
ConnectionSpy connectionSpy,
PreparedStatement realPreparedStatement)
Create a prepared statement spy for logging activity of another PreparedStatement. |
|
CallableStatementSpy(String sql,
ConnectionSpy connectionSpy,
CallableStatement realCallableStatement)
Create a CallableStatementSpy to spy upon a CallableStatement. |
|
log4jdbc3 1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |