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. immutable(ubyte)[][2] insertRecord(Database db, immutable(ubyte)[] data, InsertError err, string username, string clientId)

Meta