본문으로 건너뛰기

함수: lt()

호출 시그니처

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

정의 위치: packages/db/src/query/builder/functions.ts:176

타입 매개변수

T

T

매개변수

left

ComparisonOperand&lt;T>

ComparisonOperand&lt;T>

반환값

BasicExpression&lt;boolean>

호출 시그니처

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

정의 위치: packages/db/src/query/builder/functions.ts:180

타입 매개변수

T

T 확장 string | number

매개변수

left

ComparisonOperandPrimitive&lt;T>

right

ComparisonOperandPrimitive&lt;T>

반환값

BasicExpression&lt;boolean>

호출 시그니처

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

정의 위치: packages/db/src/query/builder/functions.ts:184

타입 매개변수

T

T

매개변수

left

Aggregate&lt;T>

right

any

반환값

BasicExpression&lt;boolean>