Online Documentation for Data Pump for InterBase/Firebird
Target key properties
The Target object definition area of Step 5 allows you to view and edit the target Primary key / Unique key / Foreign key properties:
Name - specifies the key name
Type (read only) - view the constraint type: Primary key, Unique key, Foreign key
Columns (read only) - view the column(s) used by the constraint
Foreign Table (read only) - view the name of the foreign table
Foreign Columns (read only) - view the foreign columns (for Foreign key)
ON DELETE rule - specifies the ON DELETE rule: NO ACTION, RESTRICT, CASCADE, SET NULL, SET DEFAULT (for Foreign key)
ON UPDATE rule - specifies the ON UPDATE rule: NO ACTION, RESTRICT, CASCADE, SET NULL, SET DEFAULT (for Foreign key)
<< Back to editing target objects