ServerSideTable.insertRecord

insert a new row in the server table, turning clients table out of sync

  1. ColumnsStruct insertRecord(Database db, ColumnsStruct record, InsertError err, string username, string clientId)
    class ServerSideTable(ClientT, immutable(Table) table)
  2. Bytes[2] insertRecord(Database db, Bytes data, InsertError err, string username, string clientId)

Meta