Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ForeignKeyConstraintBuilder

class ForeignKeyConstraintBuilder implements ForeignKeyConstraintBuilderInterface<ForeignKeyConstraintBuilder>, OperationNodeSource {
constructor(node: ForeignKeyConstraintNode);
$call<T>(func: (qb: this) => T): T;
toOperationNode(): ForeignKeyConstraintNode;
}

§Implements

§Constructors

§
new ForeignKeyConstraintBuilder(node: ForeignKeyConstraintNode)
[src]

§Methods

§
$call<T>(func: (qb: this) => T): T
[src]

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