Defined in: packages/db/src/query/ir.ts:86
new QueryRef(query, alias): QueryRef;
Defined in: packages/db/src/query/ir.ts:88
string
QueryRef
BaseExpression.constructor
readonly __returnType: any;
Defined in: packages/db/src/query/ir.ts:73
Internal
BaseExpression.__returnType
alias: string;
Defined in: packages/db/src/query/ir.ts:90
query: QueryIR;
Defined in: packages/db/src/query/ir.ts:89
type: "queryRef";
Defined in: packages/db/src/query/ir.ts:87
BaseExpression.type