pub fn result_row_values(result: &SQLResult, row: usize) -> Option<Vec<Value>>Expand description
Copy one result row in declared output-column order. Positional result storage is authoritative when labels repeat; named rows are only the public compatibility carrier used by SQLResult::value_at’s final fallback.