public class StatFilterContextListenerAdapter extends Object implements StatFilterContextListener
| Constructor and Description |
|---|
StatFilterContextListenerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFetchRowCount(int fetchRowCount) |
void |
addUpdateCount(int updateCount) |
void |
blob_open() |
void |
clob_open() |
void |
commit() |
void |
executeAfter(String sql,
long nanoSpan,
Throwable error) |
void |
executeBefore(String sql,
boolean inTransaction) |
void |
physical_connection_close(long nanos) |
void |
physical_connection_connect() |
void |
pool_close(long nanos) |
void |
pool_connect() |
void |
resultSet_close(long nanos) |
void |
resultSet_open() |
void |
rollback() |
public void addUpdateCount(int updateCount)
addUpdateCount in interface StatFilterContextListenerpublic void addFetchRowCount(int fetchRowCount)
addFetchRowCount in interface StatFilterContextListenerpublic void executeBefore(String sql, boolean inTransaction)
executeBefore in interface StatFilterContextListenerpublic void executeAfter(String sql, long nanoSpan, Throwable error)
executeAfter in interface StatFilterContextListenerpublic void commit()
commit in interface StatFilterContextListenerpublic void rollback()
rollback in interface StatFilterContextListenerpublic void pool_connect()
pool_connect in interface StatFilterContextListenerpublic void pool_close(long nanos)
pool_close in interface StatFilterContextListenerpublic void physical_connection_connect()
physical_connection_connect in interface StatFilterContextListenerpublic void physical_connection_close(long nanos)
physical_connection_close in interface StatFilterContextListenerpublic void resultSet_open()
resultSet_open in interface StatFilterContextListenerpublic void resultSet_close(long nanos)
resultSet_close in interface StatFilterContextListenerpublic void clob_open()
clob_open in interface StatFilterContextListenerpublic void blob_open()
blob_open in interface StatFilterContextListenerCopyright © 2013–2018 Alibaba Group. All rights reserved.