log4jdbc4 1.1

Uses of Class
net.sf.log4jdbc.ConnectionSpy

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
CallableStatementSpy(String sql, ConnectionSpy connectionSpy, CallableStatement realCallableStatement)
          Create a CallableStatementSpy (JDBC 4.0 version) to spy upon a CallableStatement.
PreparedStatementSpy(String sql, ConnectionSpy connectionSpy, PreparedStatement realPreparedStatement)
          Create a PreparedStatementSpy (JDBC 4.0 version) for logging activity of another PreparedStatement.
StatementSpy(ConnectionSpy connectionSpy, Statement realStatement)
          Create a StatementSpy (JDBC 4.0 version) that wraps another Statement, for the purpose of logging all method calls, sql, exceptions and return values.
 


log4jdbc4 1.1