Defined in: packages/db/src/query/ir.ts:9
optional distinct: true;
optional distinct: true;
Defined in: packages/db/src/query/ir.ts:19
optional fnHaving: (row) => any[];
optional fnHaving: (row) => any[];
Defined in: packages/db/src/query/ir.ts:25
any
optional fnSelect: (row) => any;
optional fnSelect: (row) => any;
Defined in: packages/db/src/query/ir.ts:23
any
optional fnWhere: (row) => any[];
optional fnWhere: (row) => any[];
Defined in: packages/db/src/query/ir.ts:24
any
from: From;
from: From;
Defined in: packages/db/src/query/ir.ts:10
optional groupBy: GroupBy;
optional groupBy: GroupBy;
Defined in: packages/db/src/query/ir.ts:14
optional having: Where[];
optional having: Where[];
Defined in: packages/db/src/query/ir.ts:15
optional join: Join;
optional join: Join;
Defined in: packages/db/src/query/ir.ts:12
optional limit: number;
optional limit: number;
Defined in: packages/db/src/query/ir.ts:17
optional offset: number;
optional offset: number;
Defined in: packages/db/src/query/ir.ts:18
optional orderBy: OrderBy;
optional orderBy: OrderBy;
Defined in: packages/db/src/query/ir.ts:16
optional select: Select;
optional select: Select;
Defined in: packages/db/src/query/ir.ts:11
optional singleResult: true;
optional singleResult: true;
Defined in: packages/db/src/query/ir.ts:20
optional where: Where[];
optional where: Where[];
Defined in: packages/db/src/query/ir.ts:13
Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.
Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.
