ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
ForeignKeyConstraints.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\components\Database\PDO\FieldDefinition
;
22
23
enum
ForeignKeyConstraints
:
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
}
ILIAS\components\Database\PDO\FieldDefinition
Definition:
ForeignKeyConstraints.php:21
ILIAS\components\Database\PDO\FieldDefinition\ForeignKeyConstraints
ForeignKeyConstraints
Definition:
ForeignKeyConstraints.php:23
CASCADE
const CASCADE
Definition:
Title.php:33
ILIAS\components\Database\PDO\FieldDefinition\SET_DEFAULT
Definition:
ForeignKeyConstraints.php:29
components
ILIAS
Database
classes
PDO
FieldDefinition
ForeignKeyConstraints.php
Generated on Sun Aug 31 2025 23:02:46 for ILIAS by
1.8.13 (using
Doxyfile
)