Macro sqlx_model::sql_bind [−][src]
macro_rules! sql_bind {
($db : ty, $sql : expr) => { ... };
}
Expand description
从SQL中查找指定标记,返回用于查询的SQL跟待绑定的字段列表 示例请查看单元测试
macro_rules! sql_bind {
($db : ty, $sql : expr) => { ... };
}
从SQL中查找指定标记,返回用于查询的SQL跟待绑定的字段列表 示例请查看单元测试