Function sqlparser::ast::escape_quoted_string

source ยท
pub fn escape_quoted_string(string: &str, quote: char) -> EscapeQuotedString<'_>