Re: Measuring time of select query - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: Measuring time of select query
Date
Msg-id 1038852402.23240.21.camel@inspiron.cramers
Whole thread Raw
In response to Measuring time of select query  (Mariusz Wiktorczyk <kosmat@fanthom.math.put.poznan.pl>)
List pgsql-jdbc
Why can't you use the standard sql interface to measure the time of the
query?

Dave
On Sun, 2002-12-01 at 18:12, Mariusz Wiktorczyk wrote:
> Hello!
> I have to measure the time of select query via the jdbc driver. I cannot
> do this using only java.sql interfaces :( Is there any possibility to do
> it using yours jdbc driver? Where can I find api docs to postgresql jdbc?
> Best regards
> Mariusz Wiktorczyk
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
--
Dave Cramer <Dave@micro-automation.net>


pgsql-jdbc by date:

Previous
From: Nic Ferrier
Date:
Subject: Re: streaming result sets: progress
Next
From: Kris Jurka
Date:
Subject: Re: Bug in DatabaseMetaData.getColumns(...)??