public class AbstractWebStatImpl.WebStatFilterContextListener extends StatFilterContextListenerAdapter
| 构造器和说明 |
|---|
AbstractWebStatImpl.WebStatFilterContextListener() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addFetchRowCount(int fetchRowCount) |
void |
addUpdateCount(int updateCount) |
void |
commit() |
void |
executeAfter(String sql,
long nanos,
Throwable error) |
void |
executeBefore(String sql,
boolean inTransaction) |
void |
pool_close(long nanos) |
void |
pool_connect() |
void |
resultSet_close(long nanos) |
void |
resultSet_open() |
void |
rollback() |
blob_open, clob_open, physical_connection_close, physical_connection_connectpublic AbstractWebStatImpl.WebStatFilterContextListener()
public void addUpdateCount(int updateCount)
public void addFetchRowCount(int fetchRowCount)
public void executeBefore(String sql, boolean inTransaction)
executeBefore 在接口中 StatFilterContextListenerexecuteBefore 在类中 StatFilterContextListenerAdapterpublic void executeAfter(String sql, long nanos, Throwable error)
executeAfter 在接口中 StatFilterContextListenerexecuteAfter 在类中 StatFilterContextListenerAdapterpublic void commit()
commit 在接口中 StatFilterContextListenercommit 在类中 StatFilterContextListenerAdapterpublic void rollback()
rollback 在接口中 StatFilterContextListenerrollback 在类中 StatFilterContextListenerAdapterpublic void pool_connect()
pool_connect 在接口中 StatFilterContextListenerpool_connect 在类中 StatFilterContextListenerAdapterpublic void pool_close(long nanos)
pool_close 在接口中 StatFilterContextListenerpool_close 在类中 StatFilterContextListenerAdapterpublic void resultSet_open()
public void resultSet_close(long nanos)
Copyright © 2013-2014 Alibaba Group. All Rights Reserved.