| Package | Description |
|---|---|
| org.apache.servicecomb.saga.omega.jdbc.sqlinterceptor.listener | |
| org.apache.servicecomb.saga.omega.jdbc.sqlinterceptor.wrapper |
| Modifier and Type | Class and Description |
|---|---|
class |
CompoundJdbcEventListener
To define compound event listener for storing and invoking different event listeners only.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompoundJdbcEventListener.addListender(JdbcEventListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
JdbcEventListener.onAfterExecuteUpdateWithParams(PreparedStatement preparedStatement,
PreparedStatementInformation preparedStatementInformation,
long timeElapsedNanos,
int rowCount,
SQLException e,
Map<JdbcEventListener,Object> listenerParams) |
void |
CompoundJdbcEventListener.onAfterExecuteUpdateWithParams(PreparedStatement preparedStatement,
PreparedStatementInformation preparedStatementInformation,
long timeElapsedNanos,
int rowCount,
SQLException e,
Map<JdbcEventListener,Object> listenerParams) |
| Modifier and Type | Method and Description |
|---|---|
static CallableStatement |
CallableStatementWrapper.wrap(CallableStatement delegate,
CallableStatementInformation callableStatementInformation,
JdbcEventListener eventListener) |
static PreparedStatement |
PreparedStatementWrapper.wrap(PreparedStatement preparedStatement,
PreparedStatementInformation preparedStatementInformation,
JdbcEventListener eventListener) |
static ResultSet |
ResultSetWrapper.wrap(ResultSet delegate,
ResultSetInformation resultSetInformation,
JdbcEventListener eventListener) |
static Statement |
StatementWrapper.wrap(Statement statement,
JdbcEventListener eventListener) |
| Constructor and Description |
|---|
CallableStatementWrapper(CallableStatement delegate,
CallableStatementInformation callableStatementInformation,
JdbcEventListener eventListener) |
ConnectionWrapper(Connection connection,
JdbcEventListener jdbcEventListener) |
PreparedStatementWrapper(PreparedStatement delegate,
PreparedStatementInformation preparedStatementInformation,
JdbcEventListener eventListener) |
ResultSetWrapper(ResultSet delegate,
ResultSetInformation resultSetInformation,
JdbcEventListener eventListener) |
StatementWrapper(Statement statement,
JdbcEventListener eventListener) |
Copyright © 2019 The Apache Software Foundation. All rights reserved.