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