Re: Problem with array ... help!

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: Problem with array ... help!
Дата
Msg-id 00e001c1c9b1$833d6dc0$807ba8c0@inspiron
обсуждение исходный текст
Ответ на Problem with array ... help!  (Alexey Slynko <slynko@stack.net>)
Ответы Re: Problem with array ... help!  (Alexey Slynko <slynko@stack.net>)
Список pgsql-jdbc
Alexey,

I believe there is has been a patch for this and the development driver
should solve this problem.


Dave
-----Original Message-----
From: pgsql-jdbc-owner@postgresql.org
[mailto:pgsql-jdbc-owner@postgresql.org] On Behalf Of Alexey Slynko
Sent: Tuesday, March 12, 2002 4:50 AM
To: pgsql-jdbc@postgresql.org
Subject: [JDBC] Problem with array ... help!


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



---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org



В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Alexey Slynko
Дата:
Сообщение: Problem with array ... help!
Следующее
От: Alexey Slynko
Дата:
Сообщение: Re: Problem with array ... help!