Skip to content

Latest commit

 

History

History
125 lines (73 loc) · 3.2 KB

File metadata and controls

125 lines (73 loc) · 3.2 KB

minisql.sql.binder.BoundInsert

Home · Source file

BoundInsert

struct BoundInsert

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

View source

Members

columnIndexes

columnIndexes

Stores the column indexes associated with this value.

View source

conflictAssignments

conflictAssignments

Stores the conflict assignments associated with this value.

View source

conflictConstraint

conflictConstraint

Stores the conflict constraint 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

statement

statement

Stores the statement associated with this value.

View source

table

table

Stores the table associated with this value.

View source