deleteRule property
The action to take on the referencing rows if the referenced row is deleted.
Common values: NO ACTION
, CASCADE
, SET NULL
, SET DEFAULT
.
Implementation
final String deleteRule;
The action to take on the referencing rows if the referenced row is deleted.
Common values: NO ACTION
, CASCADE
, SET NULL
, SET DEFAULT
.
final String deleteRule;