Problem with array ... help! - Mailing list pgsql-jdbc

From Alexey Slynko
Subject Problem with array ... help!
Date
Msg-id 20020312124212.B77079-100000@elizabet.stack.net
Whole thread Raw
In response to Re: which JDBC driver  ("Dave Cramer" <Dave@micro-automation.net>)
Responses Re: Problem with array ... help!
List pgsql-jdbc
I have a table with column type int[], for example:
CREATE TABLE test (
    id int[],
    description text
);

When I try to get some data from this table (i.e. SELECT * FROM test),
JDBC create an exception:
"Class names may not have _ in them. You supplied {0}."
What does it mean ? Can anyone post example for working with arrays in
JDBC ? Please, help...

Thanks,

                Alexey Slynko



pgsql-jdbc by date:

Previous
From: "Dave Cramer"
Date:
Subject: Re: which JDBC driver
Next
From: "Dave Cramer"
Date:
Subject: Re: Problem with array ... help!