Uses of Class
net.sf.log4jdbc.ResultSetSpy

Packages that use ResultSetSpy
net.sf.log4jdbc log4jdbc is a Java JDBC driver that can log SQL and/or JDBC calls (and optionally SQL timing information) for other JDBC drivers using the Simple Logging Facade For Java (SLF4J) logging system. 
 

Uses of ResultSetSpy in net.sf.log4jdbc
 

Methods in net.sf.log4jdbc with parameters of type ResultSetSpy
 boolean ResultSetCollector.methodReturned(ResultSetSpy resultSetSpy, String methodCall, Object returnValue, Object targetObject, Object... methodParams)
          Expected to be called by a ResultSetSpy for all jdbc methods.
 boolean DefaultResultSetCollector.methodReturned(ResultSetSpy resultSetSpy, String methodCall, Object returnValue, Object targetObject, Object... methodParams)
           
 void ResultSetCollector.preMethod(ResultSetSpy resultSetSpy, String methodCall, Object... methodParams)
          Expected to be called by a ResultSetSpy for prior to the execution of all jdbc methods.
 void DefaultResultSetCollector.preMethod(ResultSetSpy resultSetSpy, String methodCall, Object... methodParams)
           
 



Copyright © 2012. All Rights Reserved.