misc

Undocumented in source.

Members

Functions

deserialize
struct_type deserialize(Database.Row r)
Undocumented in source. Be warned that the author may not have intended to support it.
readRowDg
int readRowDg(Table table)
Undocumented in source. Be warned that the author may not have intended to support it.
readRows
RR readRows(Database.BTreePage page, Database.PageRange pages)
Undocumented in source. Be warned that the author may not have intended to support it.
readRows
auto readRows(Table table)
Undocumented in source. Be warned that the author may not have intended to support it.
readRows
void readRows(Database.BTreePage page, Database.PageRange pages, RR returnRange)

handlePage is used to itterate over interiorPages transparently

table
Table table(Database db, string tableName)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Table
struct Table
Undocumented in source.

Templates

pageHandlerReturnType
template pageHandlerReturnType(alias pageHandler)
Undocumented in source.
pageHandlerTypeP
template pageHandlerTypeP(alias pageHandler)

usage : table.select("name","surname").where!("age","sex", (age, sex) => sex.as!Sex == Sex.female, age.as!uint < 40)) or table.select("name").where!((type) => type.as!string == "table")("type").as!string; or join().select() handlePage is used to itterate over interiorPages transparently

pageHandlerTypePP
template pageHandlerTypePP(alias pageHandler)
Undocumented in source.
rowHandlerReturnType
template rowHandlerReturnType(alias rowHandler)
Undocumented in source.
rowHandlerTypeR
template rowHandlerTypeR(alias rowHandler)
Undocumented in source.
rowHandlerTypeRP
template rowHandlerTypeRP(alias rowHandler)
Undocumented in source.

Meta