sqlite-d ~writeSupport (2022-05-19T04:31:23.3985578)
Dub
Repo
OverflowInfo
sqlited
Undocumented in source.
struct
OverflowInfo {
const
(
ubyte
)[]
pageSlice
;
uint
nextPageIdx
;
this
(ubyte[] payloadStart, int offset, uint payloadSize, Database.PageRange pages, uint payloadHeaderSize, Database.BTreePageType pageType);
void
gotoNextPage
(Database.PageRange pages);
}
Constructors
this
this
(ubyte[] payloadStart, int offset, uint payloadSize, Database.PageRange pages, uint payloadHeaderSize, Database.BTreePageType pageType)
Undocumented in source.
Members
Functions
gotoNextPage
void
gotoNextPage
(Database.PageRange pages)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
nextPageIdx
uint
nextPageIdx
;
Undocumented in source.
pageSlice
const
(
ubyte
)[]
pageSlice
;
Undocumented in source.
Meta
Source
See Implementation
sqlited
functions
apply
getAs
isIndex
static functions
extractPayload
structs
Database
OverflowInfo