How do you find out which UNIQUE constraints exist for a table, and which columns they use? DatabaseMetaData.getIndexInfo( ... ) can give me the information about the indexes, but it seems that in Derby a UNIQUE index is not the same thing as a UNIQUE constraint.

Thanks

Tim

Reply via email to