Package | Description |
---|---|
io.jdev.miniprofiler.sql | |
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.
|
Class and Description |
---|
Spy
Common interface that all Spy classes can implement.
|
SpyLogDelegator
Delegates Spy events to a logger.
|
Class and Description |
---|
ConnectionSpy
Wraps a JDBC Connection and reports method calls, returns and exceptions.
|
PreparedStatementSpy
Wraps a PreparedStatement and reports method calls, returns and exceptions.
|
Spy
Common interface that all Spy classes can implement.
|
SpyLogDelegator
Delegates Spy events to a logger.
|
StatementSpy
Wraps a Statement and reports method calls, returns and exceptions.
|