fn prepared_params( param_types: &HashMap<String, Option<ConcreteDataType>>, param_num: usize, ) -> Result<Vec<Column>>
Parameters that the client must provide when executing the prepared statement.