JDBC Driver - Schema Awareness

From: Kris Jurka <jurka(at)ejurka(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: JDBC Driver - Schema Awareness
Date: 2002-09-14 19:09:18
Message-ID: 3D83895E.C3A82547@ejurka.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc pgsql-patches

This patch makes the JDBC Driver's DatabaseMetaData class schema aware.
It also implements a number of new methods including

getProcedureColumns
getTablePrivileges
getColumnPrivileges
getBestRowIdentifier
getVersionColumns

This also splits the DatabaseMetaDataTest into two cases for simple
properties and complicated queries.

I will add complete tests for the DatabaseMetaData class next week.

Kris Jurka

Attachment Content-Type Size
schemas.patch text/plain 120.0 KB
DatabaseMetaDataPropertiesTest.java text/x-java 7.5 KB

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Stephen Bacon 2002-09-14 21:22:43 Recommended technique for large imports?
Previous Message Barry Lind 2002-09-14 04:03:09 Re: Bug in PreparedStatement and 'numeric' columns

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2002-09-14 19:46:30 Re: psql timing patch for over an hour
Previous Message Serguei Mokhov 2002-09-14 16:39:43 Re: Russian NLS Updates (pg_dump and postgres)