Skip to main content

Module drop_index

Module drop_index 

Source
Expand description

Implementation of SQL DROP INDEX statements

Structs§

DropIndexData
The representation of data of the drop index statement.

Enums§

DropIndexImpl
Implementation of the DropIndex trait for the different implementations.

Traits§

DropIndex
Trait representing a drop index builder.