Macro sqlx_model::sql_format
source · macro_rules! sql_format { ($fmt:expr) => { ... }; ($fmt:expr,$($argsname:tt=$argsval:expr),+$(,)?) => { ... }; ($fmt:expr,$($args:expr),+$(,)?) => { ... }; }
Expand description
转义SQL生成,对字符串中的单引号加反斜杠
macro_rules! sql_format { ($fmt:expr) => { ... }; ($fmt:expr,$($argsname:tt=$argsval:expr),+$(,)?) => { ... }; ($fmt:expr,$($args:expr),+$(,)?) => { ... }; }
转义SQL生成,对字符串中的单引号加反斜杠