ResultSetMetaData implementation - Mailing list pgsql-jdbc

From Jan-Andre le Roux
Subject ResultSetMetaData implementation
Date
Msg-id 3FA61484.2060308@gen5.co.za
Whole thread Raw
Responses Re: ResultSetMetaData implementation
Re: ResultSetMetaData implementation
Re: ResultSetMetaData implementation addendum
List pgsql-jdbc
Hi

I implemented the getTable() method in AbstractJdbc2ResultSetMetaData
(only for protocol version 3), however, I had to change the Field class
(added tableOid field and added a getter for BaseConnection), the
receiveFieldsV3() method in QueryExecutor to account for the extra
tableOid field in the Field class.

What is the correct way to create patches?



thanks in advance






pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: A bug in 7.3 jdbc driver now support for PG money type
Next
From: Kris Jurka
Date:
Subject: Re: ResultSetMetaData implementation