[JDBC] Retrieving field of type bigint[]

2001-08-09 Thread RaviShankar K
: Monday, August 06, 2001 PM 08:32 Subject: Re: [JDBC] Retrieving field of type bigint[] Hello Ravi, I'm sorry, but I'm not sure I understand what you are trying to do. I'd suggest that you post: - the CREATE TABLE statement used to create this particular table (or a description of the table

Re: [JDBC] Retrieving field of type bigint[]

2001-08-05 Thread Rene Pijlman
On Sun, 5 Aug 2001 23:08:16 +0900, you wrote: I am trying to retrieve field of type bigint[] from postgres DB. I tried most of getXXX methods of ResultSet abut I could not do it. The JDBC spec recommends ResultSet.getLong() for the JDBC type BIGINT: long getLong(int columnIndex) throws