Package com.alibaba.druid.filter.stat
Interface StatFilterContextListener
- All Known Implementing Classes:
AbstractWebStatImpl.WebStatFilterContextListener,AbstractWebStatImpl.WebStatFilterContextListener,StatFilterContextListenerAdapter
public interface StatFilterContextListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddFetchRowCount(int fetchRowCount) voidaddUpdateCount(int updateCount) voidvoidvoidcommit()voidexecuteAfter(String sql, long nanoSpan, Throwable error) voidexecuteBefore(String sql, boolean inTransaction) voidphysical_connection_close(long nanos) voidvoidpool_close(long nanos) voidvoidresultSet_close(long nanos) voidvoidrollback()
-
Method Details
-
addUpdateCount
void addUpdateCount(int updateCount) -
addFetchRowCount
void addFetchRowCount(int fetchRowCount) -
executeBefore
-
executeAfter
-
commit
void commit() -
rollback
void rollback() -
pool_connect
void pool_connect() -
pool_close
void pool_close(long nanos) -
physical_connection_connect
void physical_connection_connect() -
physical_connection_close
void physical_connection_close(long nanos) -
resultSet_open
void resultSet_open() -
resultSet_close
void resultSet_close(long nanos) -
clob_open
void clob_open() -
blob_open
void blob_open()
-