db/radb¶
type cborstoreTBD
meth (Arg₁: cborstore):closeTBD
meth (Store: cborstore):countTBD
meth (Arg₁: cborstore):get(Arg₂: integer)TBD
meth (Arg₁: cborstore):set(Arg₂: integer, Arg₃: any)TBD
type fixedstoreA store for strings.
meth (Store: fixedstore):closeCloses
Store.meth (Store: fixedstore):countTBD
meth (Store: fixedstore):get(Index: integer): stringReturns the entry at
IndexinStore.meth (Arg₁: stringstore):append(Arg₂: integer)TBD
fun cborstorecreate(Arg₁: string, Arg₂: integer)TBD
fun cborstoreopen(Arg₁: string)TBD
fun fixedstorecreate(Path: string, NodeSize: integer): string_storeCreates a new string store at
Pathwith node sizeNodeSizeand default chunk size.fun fixedstoreopen(Path: string): string_storeOpens an existing string store at
Path.fun stringindexcreate(Arg₁: string)TBD
fun stringindexopen(Arg₁: string)TBD
fun stringstorecreate(Path: string, NodeSize: integer): string_storeCreates a new string store at
Pathwith node sizeNodeSizeand default chunk size.fun stringstoreopen(Path: string): string_storeOpens an existing string store at
Path.fun uuidindexcreate(Arg₁: string)TBD
fun uuidindexopen(Arg₁: string)TBD
type stringindexTBD
meth (Arg₁: stringindex):closeTBD
meth (Arg₁: stringindex):countTBD
meth (Arg₁: stringindex):delete(Arg₂: address)TBD
meth (Arg₁: stringindex):get(Arg₂: integer)TBD
meth (Arg₁: stringindex):insert(Arg₂: address)TBD
meth (Arg₁: stringindex):search(Arg₂: address)TBD
type stringstoreA store for strings.
meth (Store: stringstore):closeCloses
Store.meth (Store: stringstore):countTBD
meth (Store: stringstore):get(Index: integer): stringReturns the entry at
IndexinStore.meth (Arg₁: stringstore):insert(Arg₂: integer, Arg₃: integer)TBD
meth (Arg₁: stringstore):read(Arg₂: integer)TBD
meth (Arg₁: stringstore):remove(Arg₂: integer, Arg₃: integer)TBD
meth (Arg₁: stringstore):search(Arg₂: integer, Arg₃: integer)TBD
meth (Store: stringstore):set(Index: integer, Value: address): stringStores
Valueas the entry atIndexinStoreand returnsValue.meth (Arg₁: stringstore):truncate(Arg₂: integer, Arg₃: integer)TBD
meth (Arg₁: stringstore):write(Arg₂: integer)TBD
type stringstorereader < streamA stream for reading from a string store entry.
type stringstorewriter < streamA stream for writing to a string store entry.
type uuidindexTBD
meth (Arg₁: uuidindex):closeTBD
meth (Arg₁: uuidindex):countTBD
meth (Arg₁: uuidindex):delete(Arg₂: uuid)TBD
meth (Arg₁: uuidindex):get(Arg₂: integer)TBD
meth (Arg₁: uuidindex):insert(Arg₂: uuid)TBD
meth (Arg₁: uuidindex):search(Arg₂: uuid)TBD