#include <ntx.h>
Inheritance diagram for xbNtx:
xbNtx::xbNtx | ( | ) | [inline] |
xbNtx::xbNtx | ( | xbDbf * | ) |
xbLong xbNtx::GetLeftNodeNo | ( | xbShort | , | |
xbNodeLink * | ||||
) |
xbShort xbNtx::CompareKey | ( | const char * | , | |
const char * | ||||
) |
xbLong xbNtx::GetDbfNo | ( | xbShort | , | |
xbNodeLink * | ||||
) |
char* xbNtx::GetKeyData | ( | xbShort | , | |
xbNodeLink * | ||||
) |
xbUShort xbNtx::GetItemOffset | ( | xbShort | , | |
xbNodeLink * | , | |||
xbShort | ||||
) |
xbUShort xbNtx::InsertKeyOffset | ( | xbShort | , | |
xbNodeLink * | ||||
) |
xbUShort xbNtx::GetKeysPerNode | ( | void | ) |
xbShort xbNtx::GetHeadNode | ( | void | ) |
xbNodeLink* xbNtx::GetNodeMemory | ( | void | ) |
xbLong xbNtx::GetNextNodeNo | ( | void | ) |
void xbNtx::ReleaseNodeMemory | ( | xbNodeLink * | ) |
xbShort xbNtx::CalcKeyLen | ( | void | ) |
xbShort xbNtx::PutKeyData | ( | xbShort | , | |
xbNodeLink * | ||||
) |
xbShort xbNtx::PutLeftNodeNo | ( | xbShort | , | |
xbNodeLink * | , | |||
xbLong | ||||
) |
xbShort xbNtx::PutLeafNode | ( | xbLong | , | |
xbNodeLink * | ||||
) |
xbShort xbNtx::PutHeadNode | ( | NtxHeadNode * | , | |
FILE * | , | |||
xbShort | ||||
) |
xbShort xbNtx::PutDbfNo | ( | xbShort | , | |
xbNodeLink * | , | |||
xbLong | ||||
) |
xbShort xbNtx::PutKeyInNode | ( | xbNodeLink * | , | |
xbShort | , | |||
xbLong | , | |||
xbLong | , | |||
xbShort | ||||
) |
xbShort xbNtx::SplitLeafNode | ( | xbNodeLink * | , | |
xbNodeLink * | , | |||
xbShort | , | |||
xbLong | ||||
) |
xbShort xbNtx::SplitINode | ( | xbNodeLink * | , | |
xbNodeLink * | , | |||
xbLong | ||||
) |
xbShort xbNtx::AddToIxList | ( | void | ) |
xbShort xbNtx::RemoveFromIxList | ( | void | ) |
xbShort xbNtx::RemoveKeyFromNode | ( | xbShort | , | |
xbNodeLink * | ||||
) |
xbShort xbNtx::DeleteKeyFromNode | ( | xbShort | , | |
xbNodeLink * | ||||
) |
xbShort xbNtx::JoinSiblings | ( | xbNodeLink * | , | |
xbShort | , | |||
xbNodeLink * | , | |||
xbNodeLink * | ||||
) |
xbUShort xbNtx::DeleteKeyOffset | ( | xbShort | , | |
xbNodeLink * | ||||
) |
xbShort xbNtx::UpdateParentKey | ( | xbNodeLink * | ) |
void xbNtx::UpdateDeleteList | ( | xbNodeLink * | ) |
void xbNtx::ProcessDeleteList | ( | void | ) |
xbShort xbNtx::FindKey | ( | const char * | , | |
xbLong | ||||
) |
xbShort xbNtx::CloneNodeChain | ( | void | ) |
xbShort xbNtx::UncloneNodeChain | ( | void | ) |
void xbNtx::DumpHdrNode | ( | void | ) |
void xbNtx::DumpNodeRec | ( | xbLong | ) |
Implements xbIndex.
xbLong xbNtx::GetTotalNodes | ( | void | ) | [virtual] |
Implements xbIndex.
xbLong xbNtx::GetCurDbfRec | ( | void | ) | [inline, virtual] |
Implements xbIndex.
void xbNtx::DumpNodeChain | ( | void | ) |
xbShort xbNtx::ReIndex | ( | void(*)(xbLong itemNum, xbLong numItems) | statusFunc = 0 |
) | [virtual] |
Implements xbIndex.
xbShort xbNtx::KeyExists | ( | char * | Key | ) | [inline] |
xbShort xbNtx::AllocKeyBufs | ( | void | ) |
virtual void xbNtx::GetExpression | ( | char * | buf, | |
int | len | |||
) | [virtual] |
Implements xbIndex.
xbLong xbNtx::NodeLinkCtr |
xbLong xbNtx::ReusedNodeLinks |
char xbNtx::Node[XB_NTX_NODE_SIZE] |