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

AlterTableDropConstraintBuilder

class AlterTableDropConstraintBuilder implements OperationNodeSource, Compilable {
$call<T>(func: (qb: this) => T): T;
compile(): CompiledQuery;
execute(): Promise<void>;
toOperationNode(): AlterTableNode;
}

§Implements

§Constructors

§
new AlterTableDropConstraintBuilder(props: AlterTableDropConstraintBuilderProps)
[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.

§
execute(): Promise<void>
[src]
§
toOperationNode(): AlterTableNode
[src]