ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
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.

23  : string
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