public class HmilyJdbcEventListener
extends com.p6spy.engine.event.SimpleJdbcEventListener
| 构造器和说明 |
|---|
HmilyJdbcEventListener() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onAfterCallableStatementSet(com.p6spy.engine.common.CallableStatementInformation statementInformation,
String parameterName,
Object value,
SQLException e) |
void |
onAfterCommit(com.p6spy.engine.common.ConnectionInformation connectionInformation,
long timeElapsedNanos,
SQLException e) |
void |
onAfterGetConnection(com.p6spy.engine.common.ConnectionInformation connectionInformation,
SQLException e) |
void |
onAfterPreparedStatementSet(com.p6spy.engine.common.PreparedStatementInformation statementInformation,
int parameterIndex,
Object value,
SQLException e) |
void |
onAfterRollback(com.p6spy.engine.common.ConnectionInformation connectionInformation,
long timeElapsedNanos,
SQLException e) |
void |
onAfterSetAutoCommit(com.p6spy.engine.common.ConnectionInformation connectionInformation,
boolean newAutoCommit,
boolean oldAutoCommit,
SQLException e) |
void |
onBeforeAnyExecute(com.p6spy.engine.common.StatementInformation statementInformation) |
onAfterAddBatch, onAfterAddBatch, onAfterAnyAddBatch, onAfterAnyExecute, onAfterExecute, onAfterExecute, onAfterExecuteBatch, onAfterExecuteQuery, onAfterExecuteQuery, onAfterExecuteUpdate, onAfterExecuteUpdate, onBeforeAddBatch, onBeforeAddBatch, onBeforeAnyAddBatch, onBeforeExecute, onBeforeExecute, onBeforeExecuteBatch, onBeforeExecuteQuery, onBeforeExecuteQuery, onBeforeExecuteUpdate, onBeforeExecuteUpdateonAfterConnectionClose, onAfterGetResultSet, onAfterResultSetClose, onAfterResultSetGet, onAfterResultSetGet, onAfterResultSetNext, onAfterStatementClose, onBeforeCommit, onBeforeGetConnection, onBeforeResultSetNext, onBeforeRollback, onBeforeSetAutoCommit, onConnectionWrappedpublic void onAfterGetConnection(com.p6spy.engine.common.ConnectionInformation connectionInformation,
SQLException e)
onAfterGetConnection 在类中 com.p6spy.engine.event.JdbcEventListenerpublic void onBeforeAnyExecute(com.p6spy.engine.common.StatementInformation statementInformation)
onBeforeAnyExecute 在类中 com.p6spy.engine.event.SimpleJdbcEventListenerpublic void onAfterCommit(com.p6spy.engine.common.ConnectionInformation connectionInformation,
long timeElapsedNanos,
SQLException e)
onAfterCommit 在类中 com.p6spy.engine.event.JdbcEventListenerpublic void onAfterRollback(com.p6spy.engine.common.ConnectionInformation connectionInformation,
long timeElapsedNanos,
SQLException e)
onAfterRollback 在类中 com.p6spy.engine.event.JdbcEventListenerpublic void onAfterSetAutoCommit(com.p6spy.engine.common.ConnectionInformation connectionInformation,
boolean newAutoCommit,
boolean oldAutoCommit,
SQLException e)
onAfterSetAutoCommit 在类中 com.p6spy.engine.event.JdbcEventListenerpublic void onAfterCallableStatementSet(com.p6spy.engine.common.CallableStatementInformation statementInformation,
String parameterName,
Object value,
SQLException e)
onAfterCallableStatementSet 在类中 com.p6spy.engine.event.JdbcEventListenerpublic void onAfterPreparedStatementSet(com.p6spy.engine.common.PreparedStatementInformation statementInformation,
int parameterIndex,
Object value,
SQLException e)
onAfterPreparedStatementSet 在类中 com.p6spy.engine.event.JdbcEventListenerCopyright © 2022 dromara. All rights reserved.