public interface IStatisticsListener
| Modifier and Type | Method and Description |
|---|---|
void |
connectionAllocated(ConnectionProxy proxy) |
void |
connectionClosed(ConnectionProxy proxy) |
void |
executeBatchExecuted(long executeDuration,
int totalStatements,
int totalRows,
List<BatchEntry> list) |
void |
executeExecuted(StatementProxy sp,
long updateDuration,
Boolean result)
Executed an "execute" command.
|
void |
executePreparedUpdateExecuted(StatementProxy sp,
long updateDuration,
int rowcount) |
void |
executeUpdateExecuted(StatementProxy sp,
long updateDuration,
int updatedrowcount)
An update statement has been executed.
|
void |
finish() |
void |
queryStatementExecuted(StatementProxy sp,
long executeDuration,
long fetchDuration,
int rowCount,
boolean prepared)
A query statement was executed.
|
void |
statementPrepared(StatementProxy sp,
long prepareDuration)
A statement was prepared or created.
|
void connectionAllocated(ConnectionProxy proxy)
void statementPrepared(StatementProxy sp, long prepareDuration)
sp - prepareDuration - void queryStatementExecuted(StatementProxy sp, long executeDuration, long fetchDuration, int rowCount, boolean prepared)
sp - executeDuration - fetchDuration - rowCount - prepared - void executeUpdateExecuted(StatementProxy sp, long updateDuration, int updatedrowcount)
sp - updateDuration - updatedrowcount - void executeExecuted(StatementProxy sp, long updateDuration, Boolean result)
sp - updateDuration - result - void executePreparedUpdateExecuted(StatementProxy sp, long updateDuration, int rowcount)
void finish()
void executeBatchExecuted(long executeDuration,
int totalStatements,
int totalRows,
List<BatchEntry> list)
void connectionClosed(ConnectionProxy proxy)
Copyright © 2017 etc.to. All rights reserved.