Byte Array ?

Поиск
Список
Период
Сортировка
От Charlie Kelly
Тема Byte Array ?
Дата
Msg-id 3E98A7BB.5010504@CharlieKelly.com
обсуждение исходный текст
Ответ на Re: Version of driver for 7.3 postgresql  (Barry Lind <blind@xythos.com>)
Ответы Re: Byte Array ?  (Barry Lind <blind@xythos.com>)
Список pgsql-jdbc
What is the correct syntax to create a table with an array of bytes?

I tried
CREATE TABLE tablename (bytearrayname TINYINT[] );

but that doesn't work.

Also, what is the correct getXXX method to access stored array from a
row in a ResultSet?

Thanks

Charlie


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

Предыдущее
От: Nic Ferrier
Дата:
Сообщение: patch for cursor based querys in JDBC
Следующее
От: Barry Lind
Дата:
Сообщение: Re: Byte Array ?