Class Types
Class | Summary |
---|---|
Abstract |
|
BTree | |
BTreeAdd | |
B |
|
BTreeConfiguration | |
BTreeIterator | |
BTreeNode | We work with BTreeNode in two states: - deactivated: never read, no valid members, ID correct or 0 if new - write: real representation of keys, values and children in arrays The write state can be detected with canWrite(). |
BTreeNodeCacheEntry | |
B |
|
BTreePatch | |
BTreePointer | |
B |
|
BTreeRangeSingle | |
BTreeRangeUnion | |
BTreeRemove | |
BTreeUpdate | |
FieldIndexKeyHandler | |
FieldIndexKeyImpl | Composite key for field indexes, first compares on the actual indexed field _value and then on the _parentID (which is a reference to the containing object). |
Searcher | |
SearchTarget |
Interface Types
Interface | Summary |
---|---|
IBTreeRange | |
IBTreeRangeVisitor | |
I |
|
IFieldIndexKey |
Namespaces
Namespace | Summary |
---|---|
Db4objects |