update
Executes a statement that changes rows without returning any — INSERT, UPDATE, DELETE.
A statement with a RETURNING clause produces rows and belongs to the fetch* family instead.
Return
The number of rows affected.
Parameters
params
Values by parameter name, without the leading @.
Throws
UNEXPECTED_RESULT if the statement returned rows.
Same as update, with the values given as Pairs.