Interface InsertQueryNode

Hierarchy

Properties

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

Generated using TypeDoc