Skip to main content

is_plain_ident

Function is_plain_ident 

Source
fn is_plain_ident(s: &str) -> bool
Expand description

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).