Package | Description |
---|---|
net.sf.log4jdbc.sql.jdbcapi |
Modifier and Type | Field and Description |
---|---|
protected ConnectionSpy |
StatementSpy.connectionSpy
The Connection that created this Statement.
|
Constructor and Description |
---|
CallableStatementSpy(String sql,
ConnectionSpy connectionSpy,
CallableStatement realCallableStatement,
SpyLogDelegator logDelegator)
Create a CallableStatementSpy (JDBC 4 version) to spy upon a CallableStatement.
|
PreparedStatementSpy(String sql,
ConnectionSpy connectionSpy,
PreparedStatement realPreparedStatement,
SpyLogDelegator logDelegator)
Create a PreparedStatementSpy (JDBC 4 version) for logging activity of another PreparedStatement.
|
StatementSpy(ConnectionSpy connectionSpy,
Statement realStatement,
SpyLogDelegator logDelegator)
Create a StatementSpy that wraps another Statement
for the purpose of logging all method calls, sql, exceptions and return values.
|
Copyright © 2013 Bgee - Swiss Institute of Bioinformatics. All Rights Reserved.