ServerSideTable

Undocumented in source.

Members

Functions

insertRow
void insertRow(Bytes record, SysTime when)
Undocumented in source. Be warned that the author may not have intended to support it.
purgeRevisions
void purgeRevisions(ClientSideTable[] csts)
Undocumented in source. Be warned that the author may not have intended to support it.
row
Row row(Bytes keys)
Undocumented in source. Be warned that the author may not have intended to support it.
syncDeltaFor
Delta syncDeltaFor(ClientSideTable cst)
Undocumented in source. Be warned that the author may not have intended to support it.
updateRow
void updateRow(Bytes keys, Bytes record, SysTime when)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

db
DatabaseTable db;
Undocumented in source.
revision
ulong revision;
Undocumented in source.
rows
Row[Bytes] rows;
Undocumented in source.

Meta