pub fn read_queries(reader: &mut PageReader) -> Result<Vec<QueryDef>, FileError>
Read all query definitions from the MSysQueries system table.
Returns an empty Vec if the table does not exist.
Vec