Skip to main content

query_json

Function query_json 

Source
pub fn query_json(
    conn: &mut Connection,
    sql: &str,
    bound_values: &[Value],
) -> Result<QueryJsonResult, SqlExecCoreError>
Expand description

执行查询并返回 JSON 行集。 Execute a query and return a JSON row set.