Skip to main content

DbUpdateQuery

@lowcode/dsl


Interface: DbUpdateQuery

Defined in: schema.ts:437

Extends

Properties

by

by: string

Defined in: schema.ts:439


fields?

optional fields: string[]

Defined in: schema.ts:440


id

id: string

Defined in: schema.ts:413

Inherited from

DbQueryBase.id


kind

kind: "update"

Defined in: schema.ts:438

Overrides

DbQueryBase.kind


name

name: string

Defined in: schema.ts:414

Inherited from

DbQueryBase.name


params?

optional params: DbQueryParam[]

Defined in: schema.ts:417

Inherited from

DbQueryBase.params


table

table: string

Defined in: schema.ts:416

Inherited from

DbQueryBase.table