class documentation

class OracleIdentifierPreparer(compiler.IdentifierPreparer): (source)

View In Hierarchy

Undocumented

Method format_savepoint Undocumented
Class Variable illegal_initial_characters Undocumented
Class Variable reserved_words Undocumented
Method _bindparam_requires_quotes Return True if the given identifier requires quoting.

Inherited from IdentifierPreparer:

Method __init__ Construct a new ``IdentifierPreparer`` object.
Method format_alias Undocumented
Method format_collation Undocumented
Method format_column Prepare a quoted column name.
Method format_constraint Undocumented
Method format_index Undocumented
Method format_label Undocumented
Method format_label_name Prepare a quoted column name.
Method format_schema Prepare a quoted schema name.
Method format_sequence Undocumented
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 truncate_and_render_constraint_name Undocumented
Method truncate_and_render_index_name Undocumented
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.
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
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
Instance Variable _double_percents Undocumented
Instance Variable _strings Undocumented
Property _r_identifiers Undocumented
def format_savepoint(self, savepoint): (source)
illegal_initial_characters = (source)

Undocumented

reserved_words = (source)

Undocumented

def _bindparam_requires_quotes(self, value): (source)

Return True if the given identifier requires quoting.