?? ??????????? wrote:
I found this:

http://java.sun.com/j2se/1.4.2/docs/api/java/sql/DatabaseMetaData.html

So, is this the way reach table metadata?
http://db.apache.org/derby/javadoc/engine/org/apache/derby/client/am/DatabaseMetaData.html

John
Hi John,

Yes, this will save you the trouble of figuring out how to unpack the objects which are stored in columns like SYS.SYSCONGLOMERATES.DESCRIPTOR. If you want to use the DatabaseMetaData methods from inside ij, you can use the table functions attached to this issue: https://issues.apache.org/jira/browse/DERBY-3973

Hope this helps,
-Rick

Reply via email to