ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
Enumerations
ILIAS\components\Database\PDO\FieldDefinition Namespace Reference
Enumerations
enum
ForeignKeyConstraints
: string {
SET_DEFAULT
= 'SET DEFAULT' }
Enumeration Type Documentation
◆
ForeignKeyConstraints
enum
ILIAS::components::Database::PDO::FieldDefinition::ForeignKeyConstraints
: string
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
}
CASCADE
const CASCADE
Definition:
Title.php:33
ILIAS\components\Database\PDO\FieldDefinition\SET_DEFAULT
@ SET_DEFAULT
Definition:
ForeignKeyConstraints.php:29
ILIAS
components
Database
PDO
FieldDefinition
Generated on Sat Oct 18 2025 23:08:34 for ILIAS by
1.9.4 (using
Doxyfile
)