|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface of a sql profiler handler, that recieves information abput sql execution. Usually, profiler handler just logs profile data in the file, or calculate top N queries etc.
SqlUtilProfiler
Method Summary | |
void |
onExecuteQuery(SqlProfileData spd)
Called after execute query was performed and measured. |
void |
onExecuteUpdate(SqlProfileData spd)
Called after execute update was performed and measured. |
Method Detail |
public void onExecuteQuery(SqlProfileData spd)
spd
- measured datapublic void onExecuteUpdate(SqlProfileData spd)
spd
- measured data
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |