Skip to main content

DbGetQuery

@lowcode/dsl


Interface: DbGetQuery

Defined in: schema.ts:427

Extends

Properties

by

by: string

Defined in: schema.ts:429


id

id: string

Defined in: schema.ts:413

Inherited from

DbQueryBase.id


kind

kind: "get"

Defined in: schema.ts:428

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