Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: PGResultSetMetaData




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




Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2007 PostgreSQL Global Development Group