Re: ResultSetMetaData implementation - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: ResultSetMetaData implementation
Date
Msg-id 1067871138.1621.60.camel@localhost.localdomain
Whole thread Raw
In response to ResultSetMetaData implementation  (Jan-Andre le Roux <janandre@gen5.co.za>)
List pgsql-jdbc
Jan-Andre


send us a context diff

ie cvs diff -cb ...

Dave
On Mon, 2003-11-03 at 03:40, Jan-Andre le Roux wrote:
> 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
>
>
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>
>


pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: ResultSetMetaData implementation
Next
From: Dave Cramer
Date:
Subject: Re: ResultSetMetaData implementation addendum