Skip to content

Latest commit

 

History

History
125 lines (73 loc) · 3.15 KB

File metadata and controls

125 lines (73 loc) · 3.15 KB

minisql.sql.ast.InsertStatement

Home · Source file

InsertStatement

struct InsertStatement

Groups the insert statement state and preserves the field relationships documented below.

View source

Members

columns

columns

Contains the ordered columns collection.

View source

conflictAction

conflictAction

Stores the conflict action associated with this value.

View source

conflictAssignments

conflictAssignments

Stores the conflict assignments associated with this value.

View source

conflictTarget

conflictTarget

Stores the conflict target associated with this value.

View source

conflictWhere

conflictWhere

Stores the conflict where associated with this value.

View source

returning

returning

Stores the returning associated with this value.

View source

rows

rows

Contains the ordered rows collection.

View source

sourceQuery

sourceQuery

Stores the source query associated with this value.

View source

tableName

tableName

Stores the table name associated with this value.

View source