BetterMetadata
0.9.1
BetterMetadata
/
dev.warrengates.bettermetadata
/
ForeignKeyDeleteRule
Foreign
Key
Delete
Rule
enum
ForeignKeyDeleteRule
:
Enum
<
ForeignKeyDeleteRule
>
,
IntegerEnum
Content copied to clipboard
Foreign key delete rule
Entries
Properties
Entries
SET_NULL
Link copied to clipboard
SET_NULL
(
DatabaseMetaData.importedKeySetNull
)
Content copied to clipboard
Set Null
SET_DEFAULT
Link copied to clipboard
SET_DEFAULT
(
DatabaseMetaData.importedKeySetDefault
)
Content copied to clipboard
Set Default
RESTRICT
Link copied to clipboard
RESTRICT
(
DatabaseMetaData.importedKeyRestrict
)
Content copied to clipboard
Restrict
CASCADE
Link copied to clipboard
CASCADE
(
DatabaseMetaData.importedKeyCascade
)
Content copied to clipboard
Cascade
NO_ACTION
Link copied to clipboard
NO_ACTION
(
DatabaseMetaData.importedKeyNoAction
)
Content copied to clipboard
No Action
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard
value
Link copied to clipboard
open
override
val
value
:
Int
Content copied to clipboard