Package | Description |
---|---|
com.p6spy.engine.event | |
com.p6spy.engine.wrapper |
Modifier and Type | Method and Description |
---|---|
void |
JdbcEventListener.onAfterCallableStatementSet(CallableStatementInformation statementInformation,
String parameterName,
Object value,
SQLException e)
This callback method is executed after any of the
CallableStatement .set* methods are invoked. |
void |
DefaultEventListener.onAfterCallableStatementSet(CallableStatementInformation statementInformation,
String parameterName,
Object value,
SQLException e) |
void |
CompoundJdbcEventListener.onAfterCallableStatementSet(CallableStatementInformation statementInformation,
String parameterName,
Object value,
SQLException e) |
Modifier and Type | Method and Description |
---|---|
static CallableStatement |
CallableStatementWrapper.wrap(CallableStatement delegate,
CallableStatementInformation callableStatementInformation,
JdbcEventListener eventListener) |
Constructor and Description |
---|
CallableStatementWrapper(CallableStatement delegate,
CallableStatementInformation callableStatementInformation,
JdbcEventListener eventListener) |
Copyright © 2002-2016 P6Spy. All Rights Reserved.