function writeTableRow writeTableRow<Row,Input,>(...args: TableRowWriteArgs<Row, Input, TableRowInsert<Input, undefined>>): Promise<Row> Execute one table-built INSERT/UPDATE on an open transaction and return the affected row. A conditional write returns null when its condition is false. Type Parameters Row Input Parameters ...args: TableRowWriteArgs<Row, Input, TableRowInsert<Input, undefined>> Return Type Promise<Row> writeTableRow<Row,Input,>(...args: TableRowWriteArgs<Row, Input>): Promise<Row | null> Type Parameters Row Input Parameters ...args: TableRowWriteArgs<Row, Input> Return Type Promise<Row | null>