Is java.sql.DatabaseMetaData.getCrossReference() fully implemented yet?
I am creating tables with Foreign Key constraints (the table type is InnoDB, which I THINK does support them), yet any programs that analyse the tables does not find them. Does InnoDB really support constraints or is it a driver issue?
Any help much appreciated.
Sean
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Is java.sql.DatabaseMetaData.getCrossReference() fully implemented yet?
I am creating tables with Foreign Key constraints (the table type is InnoDB, which I THINK does support them), yet any programs that analyse the tables does not find them. Does InnoDB really support constraints or is it a driver issue?
Any help much appreciated.
Sean
2.0.14 and newer support this.