DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Deveel.Data.Index.IIndex Interface Reference

An interface for querying and accessing an index of primitive integers. More...

Inheritance diagram for Deveel.Data.Index.IIndex:
Deveel.Data.Index.StoreIndex

Detailed Description

An interface for querying and accessing an index of primitive integers.

The index may or may not be sorted or may be sorted over an IIndexComparer.

This interface exposes general index querying/inserting/removing methods.

How the index is physically stored is dependant on the implementation of the interface.

An example of an implementation is BlockIndex.

Definition at line 37 of file IIndex.cs.


The documentation for this interface was generated from the following file: