Skip to main content

Module isam

Module isam 

Source

Structs§

IndexInfo
Metadata about a registered secondary index.
Isam
The public ISAM database handle.
IsamBuilder
Builder for creating or opening an Isam database with secondary indices.
IsamIter
Key-order iterator over all alive records.
RangeIter
Key-order iterator over records whose key falls within a given range.
SecondaryIndexHandle
An opaque handle to a secondary index, used for point lookups.
SingleUserToken
An opaque capability token proving the caller is inside an Isam::as_single_user closure.

Constants§

DEFAULT_SINGLE_USER_TIMEOUT
Default timeout for Isam::as_single_user.