함수: getWhereExpression()
function getWhereExpression(where): BasicExpression<boolean>;
정의 위치: packages/db/src/query/ir.ts:321
Where 절에서 표현식을 추출합니다.
매개변수
where
반환값
BasicExpression<boolean>
function getWhereExpression(where): BasicExpression<boolean>;
정의 위치: packages/db/src/query/ir.ts:321
Where 절에서 표현식을 추출합니다.
BasicExpression<boolean>