DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
An object that access to a set of indexes. More...
Public Member Functions | |
IIndex | GetIndex (int index) |
Gets a mutable implementation of IIndex for the given index number in this set of indices. More... | |
An object that access to a set of indexes.
This will often expose an isolated snapshot of a set of indices for a table.
Definition at line 27 of file IIndexSet.cs.
IIndex Deveel.Data.Index.IIndexSet.GetIndex | ( | int | index | ) |
Gets a mutable implementation of IIndex for the given index number in this set of indices.
index |
Implemented in Deveel.Data.Index.SnapshotIndexSet.