본문으로 건너뛰기

클래스: IncludesSubquery

정의 위치: packages/db/src/query/ir.ts:184

상속

  • BaseExpression

생성자

생성자

new IncludesSubquery(
query,
correlationField,
childCorrelationField,
fieldName,
parentFilters?,
parentProjection?,
materialization?,
scalarField?): IncludesSubquery;

정의 위치: packages/db/src/query/ir.ts:186

매개변수

query

QueryIR

correlationField

PropRef

childCorrelationField

PropRef

fieldName

string

parentFilters?

Where[]

parentProjection?

PropRef<any>[]

materialization?

IncludesMaterialization = ...

scalarField?

string

반환값

IncludesSubquery

재정의된 메서드

BaseExpression.constructor

속성

__returnType

readonly __returnType: any;

정의 위치: packages/db/src/query/ir.ts:84

Internal

  • TypeScript 추론을 위한 타입 브랜드

상속받은 속성

BaseExpression.__returnType

childCorrelationField

childCorrelationField: PropRef;

정의 위치: packages/db/src/query/ir.ts:189


correlationField

correlationField: PropRef;

정의 위치: packages/db/src/query/ir.ts:188


fieldName

fieldName: string;

정의 위치: packages/db/src/query/ir.ts:190


materialization

materialization: IncludesMaterialization;

정의 위치: packages/db/src/query/ir.ts:193


parentFilters?

optional parentFilters: Where[];

정의 위치: packages/db/src/query/ir.ts:191


parentProjection?

optional parentProjection: PropRef<any>[];

정의 위치: packages/db/src/query/ir.ts:192


query

query: QueryIR;

정의 위치: packages/db/src/query/ir.ts:187


scalarField?

optional scalarField: string;

정의 위치: packages/db/src/query/ir.ts:194


type

type: "includesSubquery";

정의 위치: packages/db/src/query/ir.ts:185

재정의된 메서드

BaseExpression.type