Postgres field that maps to java.sql.Types.BINARY?

From: Hakan Tandogan <hakan42(at)gmx(dot)de>
To: pgsql-interfaces(at)postgreSQL(dot)org
Subject: Postgres field that maps to java.sql.Types.BINARY?
Date: 2000-02-22 13:34:53
Message-ID: 00022214535903.10757@taubnessel.pcp.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces


Hi,

If I'm reading postgresql/Field.java right, the is no way to have a
postgres column to return a type of LONGVARBINARY, VARBINARY or BINARY. Is
this correct?

The toolkit I'm trying to make work with Postgres (turbine from the
java apache project) is assuming that it can store some of its information (a
Hashtable to be precise) only in a column that is marked as Types.BINARY. Does
someone have any ideas how to proceed?

Regards,
Hakan

--
Hakan Tandogan hakan(at)iconsult(dot)com

ICONSULT Tandogan - Egerer GbR Tel.: +49-9131-9047-0
Memelstrasse 38 - D-91052 Erlangen Fax.: +49-9131-9047-77

"Any sufficiently advanced bug is indistinguishable from a feature"

Browse pgsql-interfaces by date

  From Date Subject
Next Message Peter Mount 2000-02-22 16:39:03 RE: [INTERFACES] Last best version of the JDBC Driver?
Previous Message Hakan Tandogan 2000-02-22 13:27:54 Last best version of the JDBC Driver?