Re: Which class to modify to clock sql statements ?
Armin Waibel <[email protected]>
| Newsgroups | gmane.comp.jakarta.ojb.user |
|---|---|
| Message-ID | <[email protected]> |
Bruno CROS wrote: > Hi, > > Well, i just want to mesure the time a sql statement takes to be post (sql > commit too). I looked a bit in broker.accesslayer package and in > StatementForClassImpl.java. Is it the right place to do this ? > I would recommend to have a look in class JdbcAccessImpl to clock query execution time. regards, Armin > May be someone wrote an implementation? > > Working with 1.0.4.... > > Thanks for advices. > > Regards. >