Re: Measuring time of select query

From: Dave Cramer <Dave(at)micro-automation(dot)net>
To: kosmat(at)z(dot)pl
Cc: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Measuring time of select query
Date: 2002-12-02 18:06:43
Message-ID: 1038852402.23240.21.camel@inspiron.cramers
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)micro-automation(dot)net>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2002-12-02 18:57:09 Re: Bug in DatabaseMetaData.getColumns(...)??
Previous Message Bruce Momjian 2002-12-02 18:03:48 Re: Measuring time of select query