클래스: ConditionalSelect
정의 위치: packages/db/src/query/ir.ts:212
상속
BaseExpression
생성자
생성자
new ConditionalSelect(branches, defaultValue?): ConditionalSelect;
정의 위치: packages/db/src/query/ir.ts:214
매개변수
branches
defaultValue?
반환값
ConditionalSelect
재정의된 메서드
BaseExpression.constructor
속성
__returnType
readonly __returnType: any;
정의 위치: packages/db/src/query/ir.ts:84
Internal
- TypeScript 추론을 위한 타입 브랜드
상속받은 속성
BaseExpression.__returnType
branches
branches: ConditionalSelectBranch[];
정의 위치: packages/db/src/query/ir.ts:215
defaultValue?
optional defaultValue: SelectValueExpression;
정의 위치: packages/db/src/query/ir.ts:216
type
type: "conditionalSelect";
정의 위치: packages/db/src/query/ir.ts:213
재정의된 메서드
BaseExpression.type