Hi Kiran,
On Mon, 2004-01-26 at 20:13, Kiran T wrote:
> Does proxool support, directly or indirectly, determining the execution time
> for each query?
Yep. Use the ConnectionListenerIF.
> Does onExecute() event triggered at the beginning or the end of execution?
At the end. Although I seem to remember someone else asking for another
event at the beginning of execution too.
onExecute() conveniently passes you the elapsed time for each execution.
It doesn't take account of the time taken to fetch any information from
a Connection, however. For instance, iterating through a large ResultSet
or reading a large Clob.
- Bill
|