| Class | Description |
|---|---|
| CallableStatementSpy |
Wraps a CallableStatement and reports method calls, returns and exceptions.
|
| ConnectionSpy |
Wraps a JDBC Connection and reports method calls, returns and exceptions.
|
| DataSourceSpy |
A proxy datasource that can be used to wrap a real data source allowing log4jdbc to do its work on the real
data source.
|
| DriverSpy |
A JDBC driver which is a facade that delegates to one or more real underlying
JDBC drivers.
|
| PreparedStatementSpy |
Wraps a PreparedStatement and reports method calls, returns and exceptions.
|
| ResultSetSpy |
Wraps a ResultSet and reports method calls, returns and exceptions.
|
| StatementSpy |
Wraps a Statement and reports method calls, returns and exceptions.
|
Copyright © 2013 Bgee - Swiss Institute of Bioinformatics. All Rights Reserved.