Interface | Description |
---|---|
P6Proxy |
Marker interface added to all proxies generated by P6Spy.
|
Class | Description |
---|---|
AbstractWrapper | |
CallableStatementWrapper |
This implementation wraps a
CallableStatement and notifies a JdbcEventListener
about certain method invocations. |
ConnectionWrapper |
This implementation wraps a
Connection and notifies a JdbcEventListener
about certain method invocations. |
PreparedStatementWrapper |
This implementation wraps a
PreparedStatement and notifies a JdbcEventListener
about certain method invocations. |
ResultSetWrapper |
This implementation wraps a
ResultSet and notifies a JdbcEventListener
about certain method invocations. |
StatementWrapper |
This implementation wraps a
StatementWrapper and notifies a JdbcEventListener
about certain method invocations. |
Copyright © 2002-2016 P6Spy. All Rights Reserved.