Re: [SQL] postgresql and java2
От | Peter Mount |
---|---|
Тема | Re: [SQL] postgresql and java2 |
Дата | |
Msg-id | 0e5201c006a9$381df160$2516989e@maidstone.gov.uk обсуждение исходный текст |
Ответ на | postgresql and java2 ("JavierG" <javierg@softel.cu>) |
Список | pgsql-general |
First sorry for the late reply, I only get this list from home, and just got email working again.
I was working on ARRAY and STRUCT for 7.0, but it a snag. I couldn't get a grips with what the spec meant, and couldn't work out how the SQL3 ARRAY type relates to our arrays. From the documentation I have (JDBC API Tutorial and Reference, Second Edition) it mentions things like CREATE TYPE statements, etc. I'm not sure if we could implement them purely within JDBC/Java.
Peter
--
Peter T Mount peter@retep.org.uk, me@petermount.com
Homepage: http://www.retep.org.uk Contact details: http://petermount.com
PostgreSQL JDBC: http://www.retep.org.uk/postgres/
Java PDF Generator: http://www.retep.org.uk/pdf/
Peter T Mount peter@retep.org.uk, me@petermount.com
Homepage: http://www.retep.org.uk Contact details: http://petermount.com
PostgreSQL JDBC: http://www.retep.org.uk/postgres/
Java PDF Generator: http://www.retep.org.uk/pdf/
----- Original Message -----From: JavierGSent: Wednesday, August 02, 2000 9:20 PMSubject: [SQL] postgresql and java2Hi:
Does anybody knows if the JDBC driver maps the new SQL 3 types (ARRAY and STRUCT) with the proprietary array and user-defined types of PostgreSQL? To put it another way: when I access an array (for instance) in PostgreSQL through the JDBC driver, does the driver returns a SQL 3 ARRAY (java.sql.Array) or a Java Object (java.lang.Object)?
I’m sorry if this sounds “newbie”, but this is the first time I use an ORDMS…
Thanks in advance
J.
В списке pgsql-general по дате отправления: