Skip to main content

quote_qualified

Function quote_qualified 

Source
pub fn quote_qualified(
    schema: Option<&str>,
    table: &str,
    db: DatabaseKind,
) -> String
Expand description

Quote a qualified table reference (schema.table) per dialect, or the bare table when no schema is provided. Each part is conditionally quoted.