Package | Description |
---|---|
io.jdev.miniprofiler.sql.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.
|
Modifier and Type | Class and Description |
---|---|
class |
CallableStatementSpy
Wraps a CallableStatement and reports method calls, returns and exceptions.
|
class |
PreparedStatementSpy
Wraps a PreparedStatement and reports method calls, returns and exceptions.
|
Constructor and Description |
---|
ResultSetSpy(StatementSpy parent,
java.sql.ResultSet realResultSet)
Create a new ResultSetSpy that wraps another ResultSet object, that logs all method calls, expceptions, etc.
|