[][src]Function dbui_database::from_rows

pub fn from_rows(
    id: Uuid,
    ctx: &str,
    sql: &str,
    rows: Vec<Row>,
    duration_ms: i32
) -> Result<ResultSet>

Creates a ResultSet from provided rows