Re: Trying to insert an array using a prepared statement.

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: Trying to insert an array using a prepared statement.
Дата
Msg-id Pine.BSO.4.64.0812311430350.10458@leary.csoft.net
обсуждение исходный текст
Ответ на Re: Trying to insert an array using a prepared statement.  ("Dave Cramer" <pg@fastcrypt.com>)
Список pgsql-jdbc

On Mon, 29 Dec 2008, Dave Cramer wrote:

> You have to implement the java.sql.Array interface on your object.
>

With JDBC4 support you should really be using Connection.createArrayOf,
not implementing Array and the PG specific getBaseType and toString
methods that are needed.

Kris Jurka


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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: Support of getting generated keys in driver version 8.4devel
Следующее
От: Guillaume Cottenceau
Дата:
Сообщение: Re: Trying to insert an array using a prepared statement.