Skip to Content
Api ReferenceClassesDropIndexBuilder

Last Updated: 3/9/2026


Class DropIndexBuilder

Implements

Index

Constructors

Methods

Constructors

constructor

Parameters

Returns DropIndexBuilder

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

cascade

Returns DropIndexBuilder

compile

Returns CompiledQuery

Implementation of Compilable.compile

execute

Returns Promise<void>

ifExists

Returns DropIndexBuilder

on

Specifies the table the index was created for. This is not needed in all dialects.

Parameters

Returns DropIndexBuilder

toOperationNode

Returns DropIndexNode

Implementation of OperationNodeSource.toOperationNode

Settings

On This Page

Generated using TypeDoc