Re: ResultSetMetaData Implementation Patch

From: Jan-Andre le Roux <janandre(at)gen5(dot)co(dot)za>
To: Kris Jurka <books(at)ejurka(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: ResultSetMetaData Implementation Patch
Date: 2003-11-14 13:14:05
Message-ID: 3FB4D51D.9070609@gen5.co.za
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Jan-Andre le Roux wrote:
> Hi
>
> The patch attached implements the following Result Set Meta Information
> methods in AbstractJdbc1ResultSetMetaData:
>
> getTableName(...)
> getSchemaName(...)
> isNullable(...)
> getColumnName(...)
> getColumnLabel(...)
>
> Also attached is a test case for the above methods.
>
> And also thanks to Kris Jurka for his efforts in guiding me in the
> do's/do nots of JDBC Driver development.
>
>
> J-A

disregard previous patch, attached is the newest patch

J-A

Attachment Content-Type Size
ResultSetMetaInfoImplementation.diff.patch text/plain 24.0 KB

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Larry Rosenman 2003-11-14 18:03:30 example.datestyle on 7.4?
Previous Message Jan-Andre le Roux 2003-11-14 12:51:35 ResultSetMetaData Implementation Patch