Skip to main content

qualified_table

Function qualified_table 

Source
pub fn qualified_table(schema: &str, table: &str) -> String
Expand description

Returns the qualified "schema"."table" SQL identifier for args.

Both schema and table are pre-validated in PostgresArgs::validate() so the values cannot contain quote, dot, or whitespace characters; double-quoting preserves case-sensitivity for users who created their tables with quoted identifiers.