Skip to Main Content

How drop constraint, do it something, and create constraint again in JAVA ????

979209Feb 8 2016 — edited Feb 8 2016

Hello,

I need to develop code in Java where I have do these steps:

-- Drop all constraints (PK, FK, Unique ...) for a table. I think that it's possible quering SYS tables but I don't know exactly how.

-- Do an update over that table.

-- Create again same constraints that in step 1.

I like to see an example about that.

Thanks in advance.

Babs.

Post Details
Locked due to inactivity on Mar 7 2016
Added on Feb 8 2016
0 comments
524 views