lt

Function: lt()

Call Signature

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

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

Type Parameters

T

T

Parameters

left

ComparisonOperand<T>

ComparisonOperand<T>

Returns

BasicExpression<boolean>

Call Signature

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

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

Type Parameters

T

T extends string | number

Parameters

left

ComparisonOperandPrimitive<T>

right

ComparisonOperandPrimitive<T>

Returns

BasicExpression<boolean>

Call Signature

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

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

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.