Macro sqlx_model::model_sql_bind[][src]

macro_rules! model_sql_bind {
    ($db : ty, $sql : expr, [$($key : literal), + $(,) ?]) => { ... };
}
Expand description

从SQL中查找指定标记,返回用于查询的SQL跟待绑定的字段列表 示例请查看单元测试