The number of rows inserted
The number of newly inserted rows + the number of updated rows
true if the row was inserted
If a new row was inserted returns true.
If a conflicting row already existed but was updated returns true.
If a conflicting row already existed and was not updated returns false.
number of rows updated
Generated using TypeDoc