Package | Description |
---|---|
com.p6spy.engine.wrapper |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWrapper |
class |
CallableStatementWrapper
This implementation wraps a
CallableStatement and notifies a JdbcEventListener
about certain method invocations. |
class |
ConnectionWrapper
This implementation wraps a
Connection and notifies a JdbcEventListener
about certain method invocations. |
class |
PreparedStatementWrapper
This implementation wraps a
PreparedStatement and notifies a JdbcEventListener
about certain method invocations. |
class |
ResultSetWrapper
This implementation wraps a
ResultSet and notifies a JdbcEventListener
about certain method invocations. |
class |
StatementWrapper
This implementation wraps a
StatementWrapper and notifies a JdbcEventListener
about certain method invocations. |
Copyright © 2002-2016 P6Spy. All Rights Reserved.