Skip to main content

bind_query_stmt

Function bind_query_stmt 

Source
pub fn bind_query_stmt<F>(
    query: &mut QueryStmt,
    lookup: &F,
    positional: &[Value],
) -> Result<(), QqlError>
where F: Fn(&str) -> Option<Value>,
Expand description

Recursively bind parameters into a QueryStmt in-place.