Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 1.32 KB

File metadata and controls

53 lines (31 loc) · 1.32 KB

minisql.sql.ast.CreateViewStatement

Home · Source file

CreateViewStatement

struct CreateViewStatement

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

View source

Members

name

name

Stores the name associated with this value.

View source

query

query

Stores the query associated with this value.

View source

replace

replace

Stores the replace associated with this value.

View source