agora inbox for pljava-dev@postgresql.org
help / color / mirror / Atom feed[Pljava-dev] Can't have metadat info
2+ messages / 0 participants
[nested] [flat]
* [Pljava-dev] Can't have metadat info
@ 2005-08-30 14:45
0 siblings, 1 reply; 2+ messages in thread
From: @ 2005-08-30 14:45 UTC (permalink / 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
^ permalink raw reply [nested|flat] 2+ messages in thread
* [Pljava-dev] Can't have metadat info
@ 2005-08-30 16:55
parent:
0 siblings, 0 replies; 2+ messages in thread
From: @ 2005-08-30 16:55 UTC (permalink / raw)
Hi Eric,
This is a known bug. See
http://gborg.postgresql.org/project/pljava/bugs/bugupdate.php?1404
Regards,
Thomas Hallgren
Eric BOYER wrote:
> 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
> _______________________________________________
> Pljava-dev mailing list
> Pljava-dev at gborg.postgresql.org
> http://gborg.postgresql.org/mailman/listinfo/pljava-dev
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2005-08-30 16:55 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2005-08-30 14:45 [Pljava-dev] Can't have metadat info
2005-08-30 16:55 `
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox