Re: Retrieving arrays - Mailing list pgsql-jdbc

From Markus Schaber
Subject Re: Retrieving arrays
Date
Msg-id 452F5C6A.9020300@logix-tt.com
Whole thread Raw
In response to Re: Retrieving arrays  (Bendik Rognlien Johansen <bensmailinglists@gmail.com>)
Responses Re: Retrieving arrays
List pgsql-jdbc
Hi, Bendik,

Bendik Rognlien Johansen wrote:

> In PL/Java:
> String[] values = (String[]) rs.getObject(column);

What does getArray() return here?

> Regular driver:
> String[] values = (String[]) rs.getArray(column).getArray();

And what does getObject return here?

Thanks,
Markus
--
Markus Schaber | Logical Tracking&Tracing International AG
Dipl. Inf.     | Software Development GIS

Fight against software patents in Europe! www.ffii.org
www.nosoftwarepatents.org

pgsql-jdbc by date:

Previous
From: Bendik Rognlien Johansen
Date:
Subject: Re: Retrieving arrays
Next
From: Dave Cramer
Date:
Subject: Re: Retrieving arrays