JDBC compliance

From: Daniel Stern <daniel(dot)stern(at)swissonline(dot)ch>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: JDBC compliance
Date: 2002-06-10 09:08:28
Message-ID: A09BA456-7C51-11D6-BA42-00039376D0CA@swissonline.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hello

I'm using the current release of PostgreSQL 7.2.1 on Mac OS X 10.1.5.
I'd like to know
how I can get the metadata from a tables columns ( getColumns( catalog,
scheme, table,column ) ).

I tried getColumns( null, null, tableName, null ); because there is no
scheme-concept
within postgresql. Also I tried getColumns( catalog, null, tableName,
null ), but nothing
helps.

What's the problem. Is the current driver able to get all the required
meta data from
the database???

Thanks for help

Daniel Stern

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2002-06-10 13:30:51 Re: JDBC compliance
Previous Message David A. Bartmess 2002-06-10 04:06:55 Re: How to discern a reference column from within java??