Function rocket_sqlite_rw_pool::values_clause
source · pub fn values_clause(cols: usize, rows: usize) -> StringExpand 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