Skip to main content

write_sql

Function write_sql 

Source
pub fn write_sql<W: Write>(out: &mut W, input: &str) -> Result
Expand description

writes the standard-SQL-encoded form of input to out.

see for_sql for encoding rules.