getWhereExpression

Function: getWhereExpression()

ts
function getWhereExpression(where): BasicExpression<boolean>;
function getWhereExpression(where): BasicExpression<boolean>;

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

Extract the expression from a Where clause

Parameters

where

Where

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.