| From: | Eric(dot)Boyer at insa-toulouse(dot)fr (Eric BOYER) |
|---|---|
| To: | |
| Subject: | [Pljava-dev] Can't have metadat info |
| Date: | 2005-08-30 14:45:27 |
| Message-ID: | 43147107.9010505@insa-toulouse.fr |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pljava-dev |
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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Thomas Hallgren | 2005-08-30 16:55:05 | [Pljava-dev] Can't have metadat info |
| Previous Message | Thomas Hallgren | 2005-08-26 08:49:01 | [Pljava-dev] After an insert, the trigger can't find the row |