Accessing BIT(n) type from Java - Mailing list pgsql-jdbc

From Petr Andrs
Subject Accessing BIT(n) type from Java
Date
Msg-id 3E0A17E5.4070309@quick.cz
Whole thread Raw
Responses Re: Accessing BIT(n) type from Java  (Barry Lind <blind@xythos.com>)
List pgsql-jdbc
Hi all,

I need to use BIT(n) type for storing large bitmaps into database and
access them from Java. But when I am retrieving data into Java via JDBC
only null (ie no data) is returned and I receive error mesage saying
something like that I have no conversion or mapping for BIT type
although Java's java.util.BitSet perfectly matches PostgreSQL's BIT(n)
type. Is it possible to get data with BIT(n) type into Java. And if yes,
how?

Thanks.

pa


pgsql-jdbc by date:

Previous
From: Tom Lane
Date:
Subject: Re: updatable (J2EE) resultsets
Next
From: Joseph Shraibman
Date:
Subject: OT jdbc2.0 extention