fn is_plain_ident(s: &str) -> bool
A plain SQL identifier: non-empty, only ASCII alphanumerics and underscores. Used to gate charset/collation names before interpolating them (they can’t be parameters).