Re: DatabaseMetaData and ResultSetMetaData

From: Peter Mount <peter(at)retep(dot)org(dot)uk>
To: alberto(at)cometatech(dot)com, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: DatabaseMetaData and ResultSetMetaData
Date: 2001-03-12 15:40:12
Message-ID: 5.0.2.1.0.20010312153805.0213cec0@mail.retep.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-jdbc

At 20:22 09/03/01 +0100, Alberto Otero García wrote:
>Hello everybody,
>
> I'm planning to do a tool in order to reverse engineer from a
> database
>already created to a UML diagram. I'd like to do the test with a PostgreSQL
>database, but I've found that DatabaseMetaData and ResultSetMetaData objects
>are not fully implemented. This classes are required to do the job I'm
>planning, so, does anybody know if will be implemented and released in a short
>time?

About 12 methods are left unimplemented in 7.1. However as per the specs
they do throw an SQLException to indicate that they are not implemented,
which makes us virtually compliant.

What methods are you trying to use?

> Thank you very much in advance for your help.
>
>P.D.: if anybody knows about some open source that already does this tasks,
>please tell me.

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Mount 2001-03-12 16:02:42 Re: pgsql/ /build.xml ontrib/retep/build.xml oc/sr ...
Previous Message Peter Eisentraut 2001-03-11 23:58:49 Re: pgsql/src Makefile.shlib

Browse pgsql-jdbc by date

  From Date Subject
Next Message Peter Mount 2001-03-12 15:45:55 Re: JDBC build patches
Previous Message Peter Mount 2001-03-12 15:36:31 Re: