setQueryTimout()

From: knircky <knircky(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: setQueryTimout()
Date: 2010-09-28 00:29:13
Message-ID: 1285633753422-2856086.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


I am trying to connect to my postgres db via MashZone (www.mashzone.com) and
getting the following error message:

The following error occurred when running SQL query "SELECT * FROM
GT.GameTypeDescription;" on database "HM_postgres": Method
org.postgresql.jdbc4.Jdbc4Statement.setQueryTimeout(int) is not yet
implemented.

Since i do not have control over how mashzone communicates with postgres, (i
am simply a user of a product that communicates with the DBMS), i need to
find a JDBC driver that either implements this functionality or catches and
ignores the exception.

I have been unable to find anything so far.

Does anybody have any idea how to solve this dilemma?

--
View this message in context: http://postgresql.1045698.n5.nabble.com/setQueryTimout-tp2856086p2856086.html
Sent from the PostgreSQL - jdbc mailing list archive at Nabble.com.

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Samuel Gendler 2010-09-28 04:05:09 Re: setQueryTimout()
Previous Message Samuel Gendler 2010-09-27 23:01:53 Re: [BUGS] Mapping Hibernate boolean to smallint(Postgresql)