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_connect
public AbstractWebStatImpl.WebStatFilterContextListener()
public void addUpdateCount(int updateCount)
public void addFetchRowCount(int fetchRowCount)
public void executeBefore(String sql, boolean inTransaction)
executeBefore
在接口中 StatFilterContextListener
executeBefore
在类中 StatFilterContextListenerAdapter
public void executeAfter(String sql, long nanos, Throwable error)
executeAfter
在接口中 StatFilterContextListener
executeAfter
在类中 StatFilterContextListenerAdapter
public void commit()
commit
在接口中 StatFilterContextListener
commit
在类中 StatFilterContextListenerAdapter
public void rollback()
rollback
在接口中 StatFilterContextListener
rollback
在类中 StatFilterContextListenerAdapter
public void pool_connect()
pool_connect
在接口中 StatFilterContextListener
pool_connect
在类中 StatFilterContextListenerAdapter
public void pool_close(long nanos)
pool_close
在接口中 StatFilterContextListener
pool_close
在类中 StatFilterContextListenerAdapter
public void resultSet_open()
public void resultSet_close(long nanos)
Copyright © 2013-2015 Alibaba Group. All Rights Reserved.