[][src]Function rusqlite::vtab::escape_double_quote

pub fn escape_double_quote(identifier: &str) -> Cow<'_, str>

feature = "vtab" Escape double-quote (") character occurences by doubling them ("").