Skip to main content
sql_quote_cell
yggdrasil
0.9.0
In yggdrasil::
api::
database::
export
yggdrasil
::
api
::
database
::
export
Function
sql_
quote_
cell
Copy item path
Source
fn sql_quote_cell(row: &Row, idx:
usize
) ->
String
Expand description
把一个单元格值转成 SQL 字面量(字符串单引号转义,数字原样,NULL)。