클래스: UnionFrom
정의 위치: packages/db/src/query/ir.ts:113
상속
BaseExpression
생성자
생성자
new UnionFrom(sources): UnionFrom;
정의 위치: packages/db/src/query/ir.ts:115
매개변수
sources
(CollectionRef | QueryRef)[]
반환값
UnionFrom
재정의된 메서드
BaseExpression.constructor
속성
__returnType
readonly __returnType: any;
정의 위치: packages/db/src/query/ir.ts:84
Internal
- TypeScript 추론을 위한 타입 브랜드
상속받은 속성
BaseExpression.__returnType
sources
sources: (CollectionRef | QueryRef)[];
정의 위치: packages/db/src/query/ir.ts:115
type
type: "unionFrom";
정의 위치: packages/db/src/query/ir.ts:114
재정의된 메서드
BaseExpression.type
접근자
alias
가져오기 시그니처
get alias(): string;
정의 위치: packages/db/src/query/ir.ts:119
반환값
string