kysely
Preparing search index...
ForeignKeyConstraintBuilderInterface
Interface ForeignKeyConstraintBuilderInterface<R>
interface
ForeignKeyConstraintBuilderInterface
<
R
>
{
deferrable
()
:
R
;
initiallyDeferred
()
:
R
;
initiallyImmediate
()
:
R
;
notDeferrable
()
:
R
;
onDelete
(
onDelete
:
|
"no action"
|
"restrict"
|
"cascade"
|
"set null"
|
"set default"
,
)
:
R
;
onUpdate
(
onUpdate
:
|
"no action"
|
"restrict"
|
"cascade"
|
"set null"
|
"set default"
,
)
:
R
;
}
Type Parameters
R
Implemented by
ForeignKeyConstraintBuilder
Index
Methods
deferrable
initially
Deferred
initially
Immediate
not
Deferrable
on
Delete
on
Update
Methods
deferrable
deferrable
()
:
R
Returns
R
initially
Deferred
initiallyDeferred
()
:
R
Returns
R
initially
Immediate
initiallyImmediate
()
:
R
Returns
R
not
Deferrable
notDeferrable
()
:
R
Returns
R
on
Delete
onDelete
(
onDelete
:
|
"no action"
|
"restrict"
|
"cascade"
|
"set null"
|
"set default"
,
)
:
R
Parameters
onDelete
:
"no action"
|
"restrict"
|
"cascade"
|
"set null"
|
"set default"
Returns
R
on
Update
onUpdate
(
onUpdate
:
|
"no action"
|
"restrict"
|
"cascade"
|
"set null"
|
"set default"
,
)
:
R
Parameters
onUpdate
:
"no action"
|
"restrict"
|
"cascade"
|
"set null"
|
"set default"
Returns
R
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
deferrable
initially
Deferred
initially
Immediate
not
Deferrable
on
Delete
on
Update
kysely
Loading...