Skip to main content

encode_query_with_params_request

Function encode_query_with_params_request 

Source
pub fn encode_query_with_params_request(
    sql: &str,
    params: &[ParamValue],
    options: &QueryWithParamsOptions,
) -> Result<Vec<u8>, ParamCodecError>