Module drop_table

Source
Expand description

Implementation of SQL DROP TABLE statements

Structs§

DropTableData
The representation of data of the drop table statement.

Enums§

DropTableImpl
Implementation of the DropTable trait for the different implementations.

Traits§

DropTable
Trait representing a drop table builder.