class documentation

Undocumented

Method __init__ Undocumented
Instance Variable checkfirst Undocumented
Method _can_drop_type Undocumented

Inherited from InvokeDropDDLBase:

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

Inherited from InvokeDDLBase (via InvokeDropDDLBase):

Instance Variable connection Undocumented

Inherited from SchemaVisitor (via InvokeDropDDLBase, InvokeDDLBase):

Class Variable __traverse_options__ Undocumented
def __init__(self, dialect, connection, checkfirst=False, **kwargs): (source)
checkfirst = (source)

Undocumented

def _can_drop_type(self, type_): (source)

Undocumented