ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\components\Database\PDO\FieldDefinition Namespace Reference

Enumerations

enum  ForeignKeyConstraints : string { SET_DEFAULT = 'SET DEFAULT' }
 

Enumeration Type Documentation

◆ ForeignKeyConstraints

Enumerator
SET_DEFAULT 

Definition at line 23 of file ForeignKeyConstraints.php.

24{
25 case CASCADE = 'CASCADE';
26 case RESTRICT = 'RESTRICT';
27 case SET_NULL = 'SET NULL';
28 case NO_ACTION = 'NO ACTION';
29 case SET_DEFAULT = 'SET DEFAULT';
30}
const CASCADE
Definition: Title.php:33