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>