BTreePage.BTreePageHeader

Undocumented in source.

Members

Functions

isInteriorPage
bool isInteriorPage()
Undocumented in source. Be warned that the author may not have intended to support it.
length
uint length()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

pageType
auto pageType [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
rightmostPointer
BigEndian!uint rightmostPointer [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
rightmostPointer
uint rightmostPointer [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

fromArray
BTreePageHeader fromArray(ubyte[] _array)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_pageType
BTreePageType _pageType;
Undocumented in source.
_rightmostPointer
BigEndian!uint _rightmostPointer;
Undocumented in source.
cellsInPage
BigEndian!ushort cellsInPage;
Undocumented in source.
firstFreeBlock
BigEndian!ushort firstFreeBlock;
Undocumented in source.
fragmentedFreeBytes
ubyte fragmentedFreeBytes;
Undocumented in source.
startCellContantArea
BigEndian!ushort startCellContantArea;

0 is interpreted as 65536

Meta