Interface InsertQueryNode

Hierarchy

Properties

columns?: readonly ColumnNode[]
explain?: ExplainNode
ignore?: boolean
into: TableNode
kind: "InsertQueryNode"
onConflict?: OnConflictNode
onDuplicateKey?: OnDuplicateKeyNode
replace?: boolean
returning?: ReturningNode
values?: OperationNode
with?: WithNode

Generated using TypeDoc