Database.BTreePage

Undocumented in source.

Members

Enums

BTreePageType
enum BTreePageType
Undocumented in source.

Functions

getCellPointerArray
BigEndian!ushort[] getCellPointerArray()
Undocumented in source. Be warned that the author may not have intended to support it.
getRow
Row getRow(ushort cellPointer, PageRange pages, BTreePageType pageType)
Undocumented in source. Be warned that the author may not have intended to support it.
hasPayload
bool hasPayload()
Undocumented in source. Be warned that the author may not have intended to support it.
header
BTreePageHeader header()
Undocumented in source. Be warned that the author may not have intended to support it.
pageType
BTreePageType pageType()
Undocumented in source. Be warned that the author may not have intended to support it.
payloadSize
auto payloadSize(BigEndian!ushort cp)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

BTreePageHeader
struct BTreePageHeader
Undocumented in source.
PayloadHeader
struct PayloadHeader
Undocumented in source.
Row
struct Row
Undocumented in source.

Variables

headerOffset
uint headerOffset;
Undocumented in source.
page
ubyte[] page;
Undocumented in source.

Meta