lte

Function: lte()

Call Signature

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

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

Type Parameters

T

T

Parameters

left

ComparisonOperand<T>

ComparisonOperand<T>

Returns

BasicExpression<boolean>

Call Signature

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

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

Type Parameters

T

T extends string | number

Parameters

left

ComparisonOperandPrimitive<T>

right

ComparisonOperandPrimitive<T>

Returns

BasicExpression<boolean>

Call Signature

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

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

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.