Re: PGResultSetMetaData - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: PGResultSetMetaData
Date
Msg-id Pine.BSO.4.56.0501240257530.23058@leary.csoft.net
Whole thread Raw
In response to Re: PGResultSetMetaData  (Oliver Jowett <oliver@opencloud.com>)
List pgsql-jdbc

On Mon, 24 Jan 2005, Oliver Jowett wrote:

> (Kris, any reason why PGResultSetMetadata does not extend
> ResultSetMetadata?)
>

Never really thought about it.  Note that PGStatement and PGConnection
don't extend the java.sql versions, instead there are BaseXXX versions
that extend the pg and java.sql versions that the Abstract classes
implement.  I'm confused as to how this actually works because the
Abstract classes don't implement the full java.sql interface.  Then the
real JdbcX classes also claim to implement the java.sql inteface and
actually do.

In any case what we have now is a little confusing internally, but
externally it is consistent.

Kris Jurka


pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: PGResultSetMetaData
Next
From: Daniele Bufarini
Date:
Subject: Re: [S] Re: Problems with non scrollable cursors