How to get a constraint with the column it applies to in Derby database -


i want store constraints of tables in current derby database,but how constraint referenced column?

for example,i have table named "customer" primary key "customer_id", how primary key , column customer_id in case of know table name?


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -