eq

Function: eq()

Call Signature

ts
function eq<T>(left, right): BasicExpression<boolean>;
function eq<T>(left, right): BasicExpression<boolean>;

Defined in: packages/db/src/query/builder/functions.ts:115

Type Parameters

T

T

Parameters

left

ComparisonOperand<T>

ComparisonOperand<T>

Returns

BasicExpression<boolean>

Call Signature

ts
function eq<T>(left, right): BasicExpression<boolean>;
function eq<T>(left, right): BasicExpression<boolean>;

Defined in: packages/db/src/query/builder/functions.ts:119

Type Parameters

T

T extends string | number | boolean

Parameters

left

ComparisonOperandPrimitive<T>

right

ComparisonOperandPrimitive<T>

Returns

BasicExpression<boolean>

Call Signature

ts
function eq<T>(left, right): BasicExpression<boolean>;
function eq<T>(left, right): BasicExpression<boolean>;

Defined in: packages/db/src/query/builder/functions.ts:123

Type Parameters

T

T

Parameters

left

Aggregate<T>

right

any

Returns

BasicExpression<boolean>

Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.

Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.