present_columns

Function present_columns 

Source
fn present_columns(
    conn: &Connection,
    table: &str,
) -> Result<HashSet<String>, Error>
Expand description

Column names present in table (empty set if the table doesn’t exist — PRAGMA table_info on a missing table yields no rows, not an error).