bytea column support (Postgresql 7.1.3)

From: "Ed Yu" <ekyu(at)sc(dot)rr(dot)com>
To: "pgsql-jdbc" <pgsql-jdbc(at)postgresql(dot)org>
Subject: bytea column support (Postgresql 7.1.3)
Date: 2002-01-07 04:37:08
Message-ID: 000701c19734$f77de0c0$bf00a8c0@sc.rr.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi all,
I'm interested in implementing the column type bytea (bytes[]) support since
Apache Turbine would like to use Postgresql and I might use it at work, can
any one suggest an overall strategy (which files to look at like
Connection.java, Field.java, etc...). Or it is going to be supported in 7.2?
I'm pretty new to the Postgresql JDBC driver code except a little patch here
and there.

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Ryouichi Matsuda 2002-01-07 09:19:44 Re: Failure in timestamptz of JDBC of 7.2b4
Previous Message Bear Giles 2002-01-07 00:00:35 JDBC: why is PGobject class instead of interface?