Re: [Postgis][javax.sql.DataSource] Failed

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: [Postgis][javax.sql.DataSource] Failed
Date: 2011-03-17 14:52:51
Message-ID: ilt784$u0l$1@dough.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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.

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Micka 2011-03-17 15:01:06 Re: [Postgis][javax.sql.DataSource] Failed
Previous Message Dave Cramer 2011-03-17 14:24:27 Re: [Postgis][javax.sql.DataSource] Failed