set

operator fun set(id: TableRowId, value: T): T?(source)

Sets the value of a row with the provided id. If no such row exists, then it will be created. Returns the value previously at said row or null if no such row existed.