build_result_set_from_rows

Function build_result_set_from_rows 

Source
pub fn build_result_set_from_rows(
    rows: &[Row],
) -> Result<ResultSet, SqlMiddlewareDbError>
Expand description

Build a result set from raw Postgres rows (without a Transaction)

ยงErrors

Returns errors from result processing.