mars ~master (2017-12-20T10:48:32Z)
Dub
Repo
ServerSideTable.updateRow
mars
sync
ServerSideTable
update row in the server table, turning the client tables out of sync
void
updateRow
(KeysStruct keys, ColumnsStruct record)
void
updateRow
(Database db, KeysStruct keys, ColumnsStruct record)
class
ServerSideTable
(ClientT, immutable(Table) table)
void
updateRow
(
Database
db
,
KeysStruct
keys
,
ColumnsStruct
record
)
Meta
Source
See Implementation
mars
sync
ServerSideTable
aliases
ColumnsStruct
ColumnsType
KeysStruct
constructors
this
functions
count
countRowsToDelete
countRowsToInsert
countRowsToUpdate
deleteRecord
index
insertRecord
insertRow
loadFixture
packRows
packRowsToDelete
packRowsToInsert
packRowsToUpdate
selectRows
unsafeReset
updateRecord
updateRow
manifest constants
Columns
Definition
variables
fixtures
toDelete
toInsert
toUpdate
update row in the server table, turning the client tables out of sync