sqlite-d v0.1.5 (2017-01-29T02:55:17Z)
Dub
Repo
Database.PageRange
sqlited
Database
Undocumented in source.
struct
Database
struct
PageRange {
const
ubyte
[]
data
;
const
uint
pageSize
;
const
uint
usablePageSize
;
const
uint
numberOfPages
;
uint
length
[@property getter];
BTreePage
opIndex
(uint pageNumber);
this
(ubyte[] data, uint pageSize, uint usablePageSize, uint numberOfPages);
}
Constructors
this
this
(ubyte[] data, uint pageSize, uint usablePageSize, uint numberOfPages)
Undocumented in source.
Members
Functions
opIndex
BTreePage
opIndex
(uint pageNumber)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
length
uint
length
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
data
ubyte
[]
data
;
Undocumented in source.
numberOfPages
uint
numberOfPages
;
Undocumented in source.
pageSize
uint
pageSize
;
Undocumented in source.
usablePageSize
uint
usablePageSize
;
Undocumented in source.
Meta
Source
See Implementation
sqlited
Database
aliases
BTreePageType
Row
constructors
this
functions
header
pages
rootPage
usablePageSize
structs
BTreePage
MasterTableSchema
PageRange
Payload
SQLiteHeader
Table
TableSchema
variables
_cachedHeader
data
dbFilename