ResultSetMetaData implementation

From: Jan-Andre le Roux <janandre(at)gen5(dot)co(dot)za>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: ResultSetMetaData implementation
Date: 2003-11-03 08:40:36
Message-ID: 3FA61484.2060308@gen5.co.za
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2003-11-03 09:45:46 Re: Bug #886: jdbc "update row" can mess up other columns
Previous Message Kris Jurka 2003-11-03 06:21:55 Allow specifying server/port for the test suite