Byte Array ?

From: Charlie Kelly <Charlie(at)CharlieKelly(dot)com>
To:
Cc: pgsql-jdbc <pgsql-jdbc(at)postgresql(dot)org>
Subject: Byte Array ?
Date: 2003-04-12 23:56:43
Message-ID: 3E98A7BB.5010504@CharlieKelly.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2003-04-13 02:09:12 Re: Byte Array ?
Previous Message Nic Ferrier 2003-04-12 23:33:45 patch for cursor based querys in JDBC