pub fn values_clause(cols: usize, rows: usize) -> String
Expand description

Returns a string of the form VALUES (?,?,...),(?,?,...),... with the given number of columns and rows.

Panics

Will panic if cols or rows is 0