|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStatisticsListener
Listener for statistic database events.
Method Summary | |
---|---|
void |
connectionAllocated()
|
void |
executeBatchExecuted(StatementProxy sp,
long executeDuration,
int[] rc)
|
void |
executeExecuted(StatementProxy sp,
long updateDuration,
java.lang.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. |
Method Detail |
---|
void connectionAllocated()
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, java.lang.Boolean result)
sp
- updateDuration
- result
- void executePreparedUpdateExecuted(StatementProxy sp, long updateDuration, int rowcount)
void executeBatchExecuted(StatementProxy sp, long executeDuration, int[] rc)
void finish()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |