Public Vars

Back

do-update-set (clj)

(source)

function

(do-update-set field-where-map) (do-update-set column-value-map) (do-update-set column* opt-where-clause)
Accepts one or more columns to update, or a hash map of column/value pairs (like `set`), optionally followed by a `WHERE` clause. Can also accept a single hash map with a `:fields` entry specifying the columns to update and a `:where` entry specifying the `WHERE` clause.

Examples