class documentation

class DDLIfCallable(Protocol): (source)

View In Hierarchy

Undocumented

Method __call__ Undocumented
def __call__(self, ddl: BaseDDLElement, target: SchemaItem, bind: Optional[Connection], tables: Optional[List[Table]] = None, state: Optional[Any] = None, *, dialect: Dialect, compiler: Optional[DDLCompiler] = ..., checkfirst: bool) -> bool: (source)

Undocumented