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