Defined in: packages/db/src/query/ir.ts:105
T = any
new Value<T>(value): Value<T>;
Defined in: packages/db/src/query/ir.ts:107
T
Value<T>
BaseExpression<T>.constructor
readonly __returnType: T;
Defined in: packages/db/src/query/ir.ts:73
Internal
BaseExpression.__returnType
type: "val";
Defined in: packages/db/src/query/ir.ts:106
BaseExpression.type
value: T;
Defined in: packages/db/src/query/ir.ts:108