ClientSideTable

Undocumented in source.

Constructors

this
this(DatabaseTable db, string by)
Undocumented in source.

Members

Functions

applyDelta
void applyDelta(Delta delta)
Undocumented in source. Be warned that the author may not have intended to support it.
commitOrRollback
Delta commitOrRollback(ServerSideTable sst)
Undocumented in source. Be warned that the author may not have intended to support it.
count
long count()
Undocumented in source. Be warned that the author may not have intended to support it.
insertRow
void insertRow(Bytes record, SysTime when)
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.
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

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

Meta