agora inbox for pljava-dev@postgresql.org
help / color / mirror / Atom feedSubject: [Pljava-dev] Can't have metadat info
Date: Tue, 30 Aug 2005 16:45:27 +0200
Message-ID: <43147107.9010505@insa-toulouse.fr> (raw)
Hello,
I would like to know the schema name so my code is :
ResultSet rs=td.getNew();
ResultSetMetaData rsmd=rs.getMetaData();
System.out.println("Schema ="+rsmd.getSchemaName(1));
And the log says :
org.postgresql.pljava.jdbc.UnsupportedFeatureException: Feature not
supported: ResultSet meta data is not yet implemented
at
org.postgresql.pljava.jdbc.ObjectResultSet.getMetaData(ObjectResultSet.java:170)
at
fr.insat.aladin.client.exploitation.ClientExploitationThread.run(ClientExploitationThread.java:48)
And on the web site, i can read :
Metadata support for the JDBC driver. Both DatabaseMetaData and
ResultSetMetaData is included
Can you help me please ?
thanks,
Eric
view thread (2+ messages) latest in thread
Message-ID: <43147107.9010505@insa-toulouse.fr>
Permalink: ../43147107.9010505@insa-toulouse.fr/
Also on: postgresql.org/message-id/43147107.9010505@insa-toulouse.fr
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: pljava-dev@postgresql.org
Subject: Re: [Pljava-dev] Can't have metadat info
In-Reply-To: <43147107.9010505@insa-toulouse.fr>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox