Builds an UPDATE statement from a column to value object and a WHERE map.
The WHERE map is required; an empty condition throws rather than emit an
unfiltered UPDATE that would rewrite every row. null in the values map
sets a column to SQL NULL; null in the where map matches with IS NULL.
Builds an
UPDATEstatement from a column to value object and a WHERE map.The
WHEREmap is required; an empty condition throws rather than emit an unfilteredUPDATEthat would rewrite every row.nullin the values map sets a column to SQL NULL;nullin the where map matches withIS NULL.