[JDBC] PG Point and Circle data types, and JDBC?

2001-08-07 Thread Bryan Field-Elliot
Forgive me if this is more of a JDBC question than PostgreSQL, but I don't profess to be an expert at either.. Can anyone offer a short example of how to update or extract the PostgreSQL data types "Point" and "Circle" from my Java application via JDBC? (Actually I'm using EJB CMP which is ano

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

2001-08-12 Thread Bryan Field-Elliot
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?

[JDBC] How to read PG Circle and Point types from JDBC?

2001-08-14 Thread Bryan Field-Elliot
Would someone please (briefly) describe how I can read the Circle, or Point data types from PostgreSQL via JDBC? Thank you, Bryan ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/users-lounge/docs/f

[JDBC] PGpoint and PGcircle both sql type 1111?

2001-09-03 Thread Bryan Field-Elliot
I was wondering why it is that both PGpoint and PGcircle return a "getColumnType" of ? Is an arbirtrary number for "non-JDBC-standard type"? Or, could the PG extended types be differentiated somehow? (e.g. and 1112)? I am using the JBOSS ejb server, which makes use of the column