Re: Array ???

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: Array ???
Дата
Msg-id 3CD7D462-5E99-4155-9A17-6C20EC425F99@fastcrypt.com
обсуждение исходный текст
Ответ на Array ???  (andy petrella <andy.petrella@gmail.com>)
Список pgsql-jdbc
andy,

You have to implement the array interface on the object you want to store, check the archives for an array implementation

Dave
On 18-Oct-05, at 6:45 PM, andy petrella wrote:

hi,
I have some array type used in my pg table, those are only string array... but how can i set an array with the jdbc in java ? Something with org.postgresql.jdbc3.Jdbc3Array ? If yes, how to ?

P-L-E-A-S-E

thx all


P.S.    [PreparedStaement].setArray(8, new org.postgresql.jdbc3.Jdbc3Array(...)); //parameters ? wich resultset is the latter one ?
--
/**\_____/**\_____/**\_____/**\_____/**\
]                        Signature :
]                    Andy Petrella
]             Rue dessous l'église, 17
]                      4450 Slins                              
]       mail: andy.petrella@gmail.com
]            <licencié en math, info>
]             dea S.I.G. (2005-2006)
\**/"""""""\**/"""""""\**/"""""""\**/"""""""\**/



Dave Cramer
www.postgresintl.com
ICQ #14675561
ph (519 939 0336 )

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

Предыдущее
От: andy petrella
Дата:
Сообщение: Array ???
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: How to bulk load a schema using JDBC multiple