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 StatFilterContextListener
public void addFetchRowCount(int fetchRowCount)
addFetchRowCount
in interface StatFilterContextListener
public void executeBefore(String sql, boolean inTransaction)
executeBefore
in interface StatFilterContextListener
public void executeAfter(String sql, long nanoSpan, Throwable error)
executeAfter
in interface StatFilterContextListener
public void commit()
commit
in interface StatFilterContextListener
public void rollback()
rollback
in interface StatFilterContextListener
public void pool_connect()
pool_connect
in interface StatFilterContextListener
public void pool_close(long nanos)
pool_close
in interface StatFilterContextListener
public void physical_connection_connect()
physical_connection_connect
in interface StatFilterContextListener
public void physical_connection_close(long nanos)
physical_connection_close
in interface StatFilterContextListener
public void resultSet_open()
resultSet_open
in interface StatFilterContextListener
public void resultSet_close(long nanos)
resultSet_close
in interface StatFilterContextListener
public void clob_open()
clob_open
in interface StatFilterContextListener
public void blob_open()
blob_open
in interface StatFilterContextListener
Copyright © 2013–2017 Alibaba Group. All rights reserved.