ResultSetMetaData Implementation Patch

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

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

Attachment Content-Type Size
ResultSetMetaInfoImplementation.diff.patch text/plain 24.0 KB
ResultSetMetaDataTest.java text/x-java 2.8 KB

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Jan-Andre le Roux 2003-11-14 13:14:05 Re: ResultSetMetaData Implementation Patch
Previous Message Xavier Poinsard 2003-11-14 10:25:12 Re: "{ OJ " group outer joins in queries from