본문으로 건너뛰기

클래스: Value<T>

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

상속

  • BaseExpression<T>

타입 매개변수

T

T = any

생성자

생성자

new Value<T>(value): Value<T>;

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

매개변수

value

T

반환값

Value&lt;T>

재정의된 메서드

BaseExpression<T>.constructor

속성

__returnType

readonly __returnType: T;

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

Internal

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

상속받은 속성

BaseExpression.__returnType

type

type: "val";

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

재정의된 메서드

BaseExpression.type

value

value: T;

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