DatabaseMetaData.getExportedKeys() doesn't work
Status: Beta
Brought to you by:
thomasm
I am writting a java program that analizes the relations among the different tables in the database.
When I create a table using FOREIGN KEY, Hypersonic classes don't write to the SYSTEM_EXPORTEDKEYS table.
Then, when I call to the getExportedKeys method, I obtain no data.
Thanks.