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 or would be case-folded). Embedded quotes are properly doubled.