Skip to main content

sql_quote_cell

Function sql_quote_cell 

Source
fn sql_quote_cell(row: &Row, idx: usize) -> String
Expand description

把一个单元格值转成 SQL 字面量(字符串单引号转义,数字原样,NULL)。