ResultSetMetaData enhancements

From: Kris Jurka <books(at)ejurka(dot)com>
To: <pgsql-jdbc(at)postgresql(dot)org>
Cc: <janandre(at)gen5(dot)co(dot)za>
Subject: ResultSetMetaData enhancements
Date: 2003-12-30 10:01:18
Message-ID: Pine.LNX.4.33.0312300456280.9677-200000@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


This patch is the culmination of Jan-Andre's work on enhancing the
ResultSetMetaData methods with new information available in the V3
protocol. He wandered off of the verge of completing it and I've just
done some minor reworking and editing.

This implements getSchemaName, getTableName, getColumnName,
getColumnLabel, and isNullable.

Kris Jurka

Attachment Content-Type Size
rsmd.patch text/plain 29.3 KB

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Paul Thomas 2003-12-30 10:34:04 Re: Multi-threaded servlet environment
Previous Message Kris Jurka 2003-12-30 08:25:00 COPY support implemented