mars ~master (2017-12-20T10:48:32Z)
Dub
Repo
ServerSideTable.insertRecord
mars
sync
ServerSideTable
insert a new row in the server table, turning clients table out of sync
ColumnsStruct
insertRecord
(Database db, ColumnsStruct record, InsertError err, string username, string clientId)
class
ServerSideTable
(ClientT, immutable(Table) table)
ColumnsStruct
insertRecord
(
Database
db
,
ColumnsStruct
record
,
ref
InsertError
err
,
string
username
,
string
clientId
)
Bytes
[
2
]
insertRecord
(Database db, Bytes data, InsertError err, string username, string clientId)
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
insert a new row in the server table, turning clients table out of sync