Interface: UpdateQuery
Interface: UpdateQuery
Section titled “Interface: UpdateQuery”Defined in: core/src/query/ast.ts:148
Properties
Section titled “Properties”
readonlykind:"update"
Defined in: core/src/query/ast.ts:149
readonlytable:string
Defined in: core/src/query/ast.ts:150
readonlyset:Record<string,unknown>
Defined in: core/src/query/ast.ts:151
where?
Section titled “where?”
readonlyoptionalwhere?:Expr
Defined in: core/src/query/ast.ts:152