FirebirdSQL / jaybird

JDBC driver for Firebird

Home Page:https://www.firebirdsql.org/en/jdbc-driver/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add backing index names to getImportedKeys, getExportedKeys and getCrossReference of DatabaseMetaData

mrotteveel opened this issue · comments

Similar to the change of #791, add the index names backing the primary and foreign keys reported by getImportedKeys, getExportedKeys and getCrossReference of DatabaseMetaData.

Merged with #799 and #800, because they share a lot of their implementation