Byte Array ? - Mailing list pgsql-jdbc

From Charlie Kelly
Subject Byte Array ?
Date
Msg-id 3E98A7BB.5010504@CharlieKelly.com
Whole thread Raw
In response to Re: Version of driver for 7.3 postgresql  (Barry Lind <blind@xythos.com>)
Responses Re: Byte Array ?
List 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 by date:

Previous
From: Nic Ferrier
Date:
Subject: patch for cursor based querys in JDBC
Next
From: Barry Lind
Date:
Subject: Re: Byte Array ?