Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: AbstractJdbc2Array - another patch





On Fri, 26 Oct 2007, Marek Lewczuk wrote:

I see the problem. I assume that we need to add support for array types, which means that org.postgresql.core.Oid must have oid for every base type array, e.g. _INT2 = 1005. It will be also required to add appropriate data within org.postgresql.jdbc2.TypeInfoCache#types. Should I do it ?


That doesn't sound right to me because we won't be able to put every possible type (think about user defined) into the Oid class. Perhaps getResultSet should convert getBaseTypeName() to oid instead of getBaseType? Then you just need to know if your output is an array or not (by checking isMultiDimensional) to know whether you want the oid for type or _type.

Kris Jurka



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group