Re: How to read PG Circle and Point types from JDBC?

From: Bryan Field-Elliot <bryan_lists(at)netmeme(dot)org>
To: Rene Pijlman <rpijlman(at)wanadoo(dot)nl>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: How to read PG Circle and Point types from JDBC?
Date: 2001-08-13 02:34:15
Message-ID: 3B773CA7.207@netmeme.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Thank you,

That chapter was buried sufficiently deeply for me to have not noticed it.

Regards,
Bryan

Rene Pijlman wrote:

>On Fri, 10 Aug 2001 20:45:02 -0600, you wrote:
>
>>Would someone please (briefly) describe how I can read the Circle, or
>>Point data types from PostgreSQL via JDBC?
>>
>
>See section 8.6.2 "Geometric data types"
>http://www.postgresql.org/users-lounge/docs/7.1/programmer/jdbc-ext.html
>
>The documentation is minimal, but it suggests you must call
>ResultSet.getObject() and use the classes described in section
>8.6.2 to represent these types.
>
>Regards,
>René Pijlman
>
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Liam Stewart 2001-08-13 16:07:59 Re: DatabaseMetaData
Previous Message Tom Lane 2001-08-13 02:06:43 Re: [JDBC] JDBC pg_description update needed for CVS tip