class documentation

class SchemaEventTarget(object):

Known subclasses: sqlalchemy.sql.schema.FetchedValue, sqlalchemy.sql.schema.SchemaItem, sqlalchemy.sql.sqltypes.SchemaType, sqlalchemy.types.ARRAY, sqlalchemy.types.TypeDecorator

View In Hierarchy

Base class for elements that are the targets of .DDLEvents events.

This includes .SchemaItem as well as .SchemaType.

Method ​_set​_parent Associate with this SchemaEvent's parent object.
Method ​_set​_parent​_with​_dispatch Undocumented
def _set_parent_with_dispatch(self, parent, **kw):