module documentation

Undocumented

Class eq_clause_element Helper to compare SQL structures based on compare()
Class eq_compile_type similar to eq_type_affinity but uses compile
Class eq_type_affinity Helper to compare types inside of datastructures based on affinity.
Function Column A schema.Column wrapper/hook for dialect-specific tweaks.
Function mapped_column An orm.mapped_column wrapper/hook for dialect-specific tweaks.
Function pep435_enum Undocumented
Function Table A schema.Table wrapper/hook for dialect-specific tweaks.
Variable table_options Undocumented
Function _schema_column Undocumented
Function _truncate_name Undocumented
def Column(*args, **kw): (source)

A schema.Column wrapper/hook for dialect-specific tweaks.

def mapped_column(*args, **kw): (source)

An orm.mapped_column wrapper/hook for dialect-specific tweaks.

def pep435_enum(name): (source)

Undocumented

def Table(*args, **kw) -> schema.Table: (source)

A schema.Table wrapper/hook for dialect-specific tweaks.

table_options: dict = (source)

Undocumented

def _schema_column(factory, args, kw): (source)

Undocumented

def _truncate_name(dialect, name): (source)

Undocumented