| 接口 | 说明 |
|---|---|
| P6Proxy |
Marker interface added to all proxies generated by P6Spy.
|
| 类 | 说明 |
|---|---|
| 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 © 2019. All rights reserved.