class documentation

class EnumDropper(DDLBase):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method ​_can​_drop​_enum Undocumented
Method visit​_enum Undocumented
Instance Variable checkfirst Undocumented

Inherited from DDLBase:

Instance Variable connection Undocumented

Inherited from SchemaVisitor (via DDLBase):

Class Variable __traverse​_options__ Undocumented
def __init__(self, dialect, connection, checkfirst=False, **kwargs):

Undocumented

def _can_drop_enum(self, enum):

Undocumented

def visit_enum(self, enum):

Undocumented

checkfirst =

Undocumented