Uses of Class
net.sf.log4jdbc.ConnectionSpy

Packages that use ConnectionSpy
net.sf.log4jdbc   
 

Uses of ConnectionSpy in net.sf.log4jdbc
 

Constructors in net.sf.log4jdbc with parameters of type ConnectionSpy
CallableStatementSpy(java.lang.String sql, ConnectionSpy connectionSpy, java.sql.CallableStatement realCallableStatement)
          Create a CallableStatementSpy (JDBC 4 version) to spy upon a CallableStatement.
PreparedStatementSpy(java.lang.String sql, ConnectionSpy connectionSpy, java.sql.PreparedStatement realPreparedStatement)
          Create a PreparedStatementSpy (JDBC 4 version) for logging activity of another PreparedStatement.
StatementSpy(ConnectionSpy connectionSpy, java.sql.Statement realStatement)
          Create a StatementSpy that wraps another Statement for the purpose of logging all method calls, sql, exceptions and return values.