com.googlecode.paradox.information_schema.referential_constraints.sql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of paradoxdriver Show documentation
Show all versions of paradoxdriver Show documentation
A Paradox Java Driver (using JDBC 4)
The newest version!
select constraint_catalog,
constraint_schema,
constraint_name,
constraint_catalog as unique_constraint_catalog,
constraint_schema as unique_constraint_schema,
constraint_name as unique_constraint_name,
match_option,
update_rule,
delete_rule
from information_schema.pdx_referential_constraints c