| Package | Description |
|---|---|
| org.apache.servicecomb.saga.omega.jdbc.sqlinterceptor.listener | |
| org.apache.servicecomb.saga.omega.jdbc.sqlinterceptor.wrapper |
| Modifier and Type | Method and Description |
|---|---|
void |
JdbcEventListener.onAfterCallableStatementSet(CallableStatementInformation statementInformation,
String parameterName,
Object value,
SQLException e) |
void |
CompoundJdbcEventListener.onAfterCallableStatementSet(CallableStatementInformation callableStatementInformation,
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 © 2019 The Apache Software Foundation. All rights reserved.