class PGIdentifierPreparer_pg8000(PGIdentifierPreparer):
Undocumented
Method | __init__ |
Construct a new IdentifierPreparer object. |
Instance Variable | _double_percents |
Undocumented |
Inherited from PGIdentifierPreparer
:
Method | _unquote_identifier |
Undocumented |
Method | format_type |
Undocumented |
Inherited from IdentifierPreparer
(via PGIdentifierPreparer
):
Method | format_column |
Prepare a quoted column name. |
Method | format_label_name |
Prepare a quoted column name. |
Method | format_schema |
Prepare a quoted schema name. |
Method | format_table |
Prepare a quoted table and schema name. |
Method | format_table_seq |
Format table name and schema as a tuple. |
Method | quote |
Conditionally quote an identifier. |
Method | quote_identifier |
Quote an identifier. |
Method | quote_schema |
Conditionally quote a schema name. |
Method | unformat_identifiers |
Unpack 'schema.table.column'-like strings into components. |
Method | validate_sql_phrase |
keyword sequence filter. |
Class Variable | schema_for_object |
Return the .schema attribute for an object. |
Method | _escape_identifier |
Escape an identifier. |
Method | _render_schema_translates |
Undocumented |
Method | _requires_quotes |
Return True if the given identifier requires quoting. |
Method | _requires_quotes_illegal_chars |
Return True if the given identifier requires quoting, but not taking case convention into account. |
Method | _truncate_and_render_maxlen_name |
Undocumented |
Method | _unescape_identifier |
Canonicalize an escaped identifier. |
Method | _with_schema_translate |
Undocumented |
Method | format_alias |
Undocumented |
Method | format_collation |
Undocumented |
Method | format_constraint |
Undocumented |
Method | format_index |
Undocumented |
Method | format_label |
Undocumented |
Method | format_savepoint |
Undocumented |
Method | format_sequence |
Undocumented |
Method | truncate_and_render_constraint_name |
Undocumented |
Method | truncate_and_render_index_name |
Undocumented |
Instance Variable | _strings |
Undocumented |
Instance Variable | dialect |
Undocumented |
Instance Variable | escape_quote |
Undocumented |
Instance Variable | escape_to_quote |
Undocumented |
Instance Variable | final_quote |
Undocumented |
Instance Variable | initial_quote |
Undocumented |
Instance Variable | omit_schema |
Undocumented |
Instance Variable | quote_case_sensitive_collations |
Undocumented |
Property | _r_identifiers |
Undocumented |
Construct a new IdentifierPreparer object.
initial_quote
.