Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1023 Bytes

File metadata and controls

41 lines (24 loc) · 1023 Bytes

minisql.sql.ast.Assignment

Home · Source file

Assignment

struct Assignment

Groups the assignment state and preserves the field relationships documented below.

View source

Members

column

column

Stores the column associated with this value.

View source

expression

expression

Stores the expression associated with this value.

View source