Skip to Content
Api ReferenceClassesForeignKeyConstraintBuilder

Last Updated: 3/9/2026


Class ForeignKeyConstraintBuilder

Implements

Index

Constructors

Methods

Constructors

constructor

Parameters

Returns ForeignKeyConstraintBuilder

Methods

$call

Simply calls the provided function passing this as the only argument. $call returns what the provided function returns.

this $call

Type Parameters

Parameters

Returns T

deferrable

Returns ForeignKeyConstraintBuilder

Implementation of ForeignKeyConstraintBuilderInterface.deferrable

initiallyDeferred

Returns ForeignKeyConstraintBuilder

Implementation of ForeignKeyConstraintBuilderInterface.initiallyDeferred

initiallyImmediate

Returns ForeignKeyConstraintBuilder

Implementation of ForeignKeyConstraintBuilderInterface.initiallyImmediate

notDeferrable

Returns ForeignKeyConstraintBuilder

Implementation of ForeignKeyConstraintBuilderInterface.notDeferrable

onDelete

Parameters

Returns ForeignKeyConstraintBuilder

Implementation of ForeignKeyConstraintBuilderInterface.onDelete

onUpdate

Parameters

Returns ForeignKeyConstraintBuilder

Implementation of ForeignKeyConstraintBuilderInterface.onUpdate

toOperationNode

Returns ForeignKeyConstraintNode

Implementation of OperationNodeSource.toOperationNode

Settings

On This Page

Generated using TypeDoc