Defined in: packages/db/src/query/ir.ts:204
new ConditionalSelect(branches, defaultValue?): ConditionalSelect;new ConditionalSelect(branches, defaultValue?): ConditionalSelect;Defined in: packages/db/src/query/ir.ts:206
ConditionalSelect
BaseExpression.constructorBaseExpression.constructorreadonly __returnType: any;readonly __returnType: any;Defined in: packages/db/src/query/ir.ts:82
Internal
BaseExpression.__returnTypeBaseExpression.__returnTypebranches: ConditionalSelectBranch[];branches: ConditionalSelectBranch[];Defined in: packages/db/src/query/ir.ts:207
optional defaultValue: SelectValueExpression;optional defaultValue: SelectValueExpression;Defined in: packages/db/src/query/ir.ts:208
type: "conditionalSelect";type: "conditionalSelect";Defined in: packages/db/src/query/ir.ts:205
BaseExpression.typeBaseExpression.type