Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.04 KB

File metadata and controls

41 lines (24 loc) · 1.04 KB

minisql.sql.ast.DropViewStatement

Home · Source file

DropViewStatement

struct DropViewStatement

Groups the drop view statement state and preserves the field relationships documented below.

View source

Members

ifExists

ifExists

Stores the if exists associated with this value.

View source

name

name

Stores the name associated with this value.

View source