Public Vars

Back

fetch (clj)

(source)

function

(fetch limit)
Accepts a single SQL expression: (fetch 10) Produces: FETCH ? ONLY Parameters: 10

Examples