Re: [Postgis][javax.sql.DataSource] Failed - Mailing list pgsql-jdbc

From Micka
Subject Re: [Postgis][javax.sql.DataSource] Failed
Date
Msg-id AANLkTimA3B86kTJNejUQ1DaD=h0z5dLTwsAo79QhRr2J@mail.gmail.com
Whole thread Raw
In response to Re: [Postgis][javax.sql.DataSource] Failed  (Thomas Kellerer <spam_eater@gmx.net>)
List pgsql-jdbc
Thx all !

You helped me a lot !

On Thu, Mar 17, 2011 at 3:52 PM, Thomas Kellerer <spam_eater@gmx.net> wrote:
Dave Cramer, 17.03.2011 15:24:

Micka,


So my question is:

How can I manipulate geometry data In my case ?



AFAIR there is a way to get the underlying connection. You will have
to get that to cast it.

Dave


See the description here:

http://commons.apache.org/dbcp/configuration.html
(property: accessToUnderlyingConnectionAllowed)

It also contains an example on how to obtain the physical java.sql.Connection

It should be possible to cast that to the PGConnection then.




--
Sent via pgsql-jdbc mailing list (pgsql-jdbc@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-jdbc

pgsql-jdbc by date:

Previous
From: Thomas Kellerer
Date:
Subject: Re: [Postgis][javax.sql.DataSource] Failed
Next
From: Lew
Date:
Subject: Re: Problem with executeBatch and "A result was returned when none was expected"