PropRef

Class: PropRef<T>

Defined in: packages/db/src/query/ir.ts:92

Extends

  • BaseExpression<T>

Type Parameters

T

T = any

Constructors

Constructor

ts
new PropRef<T>(path): PropRef<T>;
new PropRef<T>(path): PropRef<T>;

Defined in: packages/db/src/query/ir.ts:94

Parameters

path

string[]

Returns

PropRef<T>

Overrides

ts
BaseExpression<T>.constructor
BaseExpression<T>.constructor

Properties

__returnType

ts
readonly __returnType: T;
readonly __returnType: T;

Defined in: packages/db/src/query/ir.ts:69

Internal

  • Type brand for TypeScript inference

Inherited from

ts
BaseExpression.__returnType
BaseExpression.__returnType

path

ts
path: string[];
path: string[];

Defined in: packages/db/src/query/ir.ts:95


type

ts
type: "ref";
type: "ref";

Defined in: packages/db/src/query/ir.ts:93

Overrides

ts
BaseExpression.type
BaseExpression.type