class documentation

Undocumented

Method __init__ Undocumented
Method with_ddl_events helper context manager that will apply appropriate DDL events to a CREATE or DROP operation.
Instance Variable connection Undocumented

Inherited from SchemaVisitor:

Class Variable __traverse_options__ Undocumented
@contextlib.contextmanager
def with_ddl_events(self, target, **kw): (source)

helper context manager that will apply appropriate DDL events to a CREATE or DROP operation.

connection = (source)

Undocumented