pub fn quote_qualified(
schema: Option<&str>,
table: &str,
db: DatabaseKind,
) -> StringExpand description
Quote a qualified table reference (schema.table) per dialect, or the
bare table when no schema is provided. Each part is conditionally quoted.