SelectQueryOptions
Defined in: types.ts:135
Options for select queries
Type Parameters
Section titled “Type Parameters”TTable
Section titled “TTable”TTable
Properties
Section titled “Properties”explain?
Section titled “explain?”
optional
explain:boolean
Defined in: types.ts:148
fetch?
Section titled “fetch?”
optional
fetch:string
[]
Defined in: types.ts:143
optional
from:string
|RecordId
<string
>
Defined in: types.ts:137
groupBy?
Section titled “groupBy?”
optional
groupBy: (string
| keyofTTable
)[]
Defined in: types.ts:144
limit?
Section titled “limit?”
optional
limit:number
Defined in: types.ts:141
optional
only:boolean
Defined in: types.ts:149
orderBy?
Section titled “orderBy?”
optional
orderBy:OrderByClause
[]
Defined in: types.ts:140
parallel?
Section titled “parallel?”
optional
parallel:boolean
Defined in: types.ts:145
select?
Section titled “select?”
optional
select: (string
| keyofTTable
)[]
Defined in: types.ts:138
start?
Section titled “start?”
optional
start:number
Defined in: types.ts:142
timeout?
Section titled “timeout?”
optional
timeout:string
|number
Defined in: types.ts:146
optional
vars:Record
<string
,unknown
>
Defined in: types.ts:150
where?
Section titled “where?”
optional
where:string
Defined in: types.ts:139
optional
with:string
[]
Defined in: types.ts:147