pub fn qualified_table(schema: &str, table: &str) -> StringExpand 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.