Public Vars

Back

returning (clj)

(source)

function

(returning & cols)
Accepts any number of column names to return from an insert operation: (returning :*) and (returning :a :b) Produce: RETURNING * and RETURNING a, b respectively.

Examples