enum ReferentialAction: string

What a foreign key says should happen when the row it points at moves.

Only CASCADE and SET NULL let the statement stand; the rest say the parent was not free to move, so the statement is refused.

Cases§

case NoAction = 'NO ACTION'
case Restrict = 'RESTRICT'
case Cascade = 'CASCADE'
case SetNull = 'SET NULL'
case SetDefault = 'SET DEFAULT'

Test cases 64§

Test cases that cover or call this symbol, from the coverage report and from the analyzed test sources.

Dedicated tests 1
Other tests reaching this symbol 63

Relations§

Constant reads 33
Type declarations 6