Обсуждение: How to get details about referential integrity violations?

Поиск
Список
Период
Сортировка

How to get details about referential integrity violations?

От
Johann Uhrmann
Дата:
Hi,

is there a way to get the name of the two tables involved
in a referential integrity violation via jdbc?

Up to version 7.3 it was possible to get the names by
parsing the error message of the SQLException.

However, some information has moved to the DETAIL line.
Can this line be retrieved via jdbc or is there even an
API to get the table names?

Kind regards,

Hans