sqlite-d ~writeSupport (2022-05-19T04:31:23.3985578)
Dub
Repo
WritableDatabase.WriteableTable
writer
WritableDatabase
Undocumented in source.
struct
WritableDatabase
struct
WriteableTable {
Table
table
;
WritableDatabase
db
;
this
(Table table, WritableDatabase db);
void
serialize
(struct_type s);
}
Constructors
this
this
(Table table, WritableDatabase db)
Undocumented in source.
Alias This
table
Members
Functions
serialize
void
serialize
(struct_type s)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
db
WritableDatabase
db
;
Undocumented in source.
table
Table
table
;
Undocumented in source.
Meta
Source
See Implementation
writer
WritableDatabase
constructors
this
functions
insertInto
table
static functions
dataBytes
getTypeCode
headerBytes
rowBytes
structs
WriteOperation
WriteOperationEntry
WriteablePageRange
WriteableTable
variables
currentEffectivePosition
currentPosition
data
db
pages
writeOperations