Skip to main content
Version: Next

DeferMode

Constraint deferral mode for database constraints (e.g., foreign keys, unique).

Index

Enumeration Members

INITIALLY_DEFERRED

INITIALLY_DEFERRED: deferred

The constraint is deferred until the transaction is committed.

INITIALLY_IMMEDIATE

INITIALLY_IMMEDIATE: immediate

The constraint is checked immediately by default, but can be deferred within a transaction.

Page Options