본문으로 건너뛰기

인터페이스: BTreeRangeQueryOptions

정의 위치: packages/db/src/indexes/btree-index.ts:25

범위 쿼리 옵션

속성

from?

optional from: any;

정의 위치: packages/db/src/indexes/btree-index.ts:26


fromInclusive?

optional fromInclusive: boolean;

정의 위치: packages/db/src/indexes/btree-index.ts:28


to?

optional to: any;

정의 위치: packages/db/src/indexes/btree-index.ts:27


toInclusive?

optional toInclusive: boolean;

정의 위치: packages/db/src/indexes/btree-index.ts:29