[Pljava-dev] Can't have metadat info

Eric BOYER Eric.Boyer at insa-toulouse.fr
Tue Aug 30 14:45:27 UTC 2005


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



More information about the Pljava-dev mailing list