class documentation

class DeleteAll(PostSortRec):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method __repr__ Undocumented
Method execute Undocumented
Method per​_state​_flush​_actions Undocumented
Class Variable __slots__ Undocumented
Instance Variable mapper Undocumented
Instance Variable sort​_key Undocumented

Inherited from PostSortRec:

Method __new__ Undocumented
Method execute​_aggregate Undocumented
def __init__(self, uow, mapper):

Undocumented

def __repr__(self):

Undocumented

@util.preload_module('sqlalchemy.orm.persistence')
def execute(self, uow):

Undocumented

def per_state_flush_actions(self, uow):

Undocumented

__slots__: tuple[str, ...] =
mapper =

Undocumented

sort_key =

Undocumented