Skip to main content

rows

Function rows 

Source
pub fn rows(table: &str, db: Option<&Arc<Db>>) -> Option<Vec<Value>>
Expand description

The rows of a catalogue relation, or None if it is not one.

Every column a real Postgres exposes is present where a client might read it, because a missing column is a hard error in the middle of someone else’s generated SQL — far worse than a column reporting a fixed value.