본문으로 건너뛰기

함수: lte()

호출 시그니처

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

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

타입 매개변수

T

T

매개변수

left

ComparisonOperand&lt;T>

ComparisonOperand&lt;T>

반환값

BasicExpression&lt;boolean>

호출 시그니처

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

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

타입 매개변수

T

T 확장 string | number

매개변수

left

ComparisonOperandPrimitive&lt;T>

right

ComparisonOperandPrimitive&lt;T>

반환값

BasicExpression&lt;boolean>

호출 시그니처

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

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

타입 매개변수

T

T

매개변수

left

Aggregate&lt;T>

right

any

반환값

BasicExpression&lt;boolean>