class documentation

Undocumented

Method __init__ Undocumented
Instance Variable checkfirst Undocumented
Method _can_create_type Undocumented

Inherited from InvokeCreateDDLBase:

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

Inherited from InvokeDDLBase (via InvokeCreateDDLBase):

Instance Variable connection Undocumented

Inherited from SchemaVisitor (via InvokeCreateDDLBase, InvokeDDLBase):

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

Undocumented

def _can_create_type(self, type_): (source)

Undocumented