jOOQ: Get Referenced Table from Foreign Key

Viewed 124

I need to get the referenced table from a ForeignKey but there is no such property.

I can get the table but this is useless because it's the table I got the ForeignKey from.

Here's an example. What I want is TOSCA.KAMPAGNE.

enter image description here

Is there a way to get it?

1 Answers
Related