Function handle_bind

Source
pub fn handle_bind(
    prepare_statement: PrepareStatement,
    params: Vec<Option<Bytes>>,
    param_formats: Vec<Format>,
    result_formats: Vec<Format>,
) -> Result<Portal, RwError>