Module quote_ident

Module quote_ident 

Source

Structsยง

QuoteIdent
A wrapper that returns the given string suitably quoted to be used as an identifier in an SQL statement string in its Display implementation. Quotes are added only if necessary (i.e., if the string contains non-identifier characters, would be case-folded, or is a SQL keyword). Embedded quotes are properly doubled.

Functionsยง

is_keyword ๐Ÿ”’
is_simple_identifier ๐Ÿ”’