Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.05 KB

File metadata and controls

41 lines (24 loc) · 1.05 KB

minisql.sql.ast.DropIndexStatement

Home · Source file

DropIndexStatement

struct DropIndexStatement

Represents removal of one explicitly-created index by its database-wide name.

View source

Members

ifExists

ifExists

Allows the command to succeed without mutation when the index is absent.

View source

name

name

Stores the index name selected for removal.

View source