(self, obj: Visitable, **kwargs: Any)
| 969 | raise NotImplementedError() |
| 970 | |
| 971 | def process(self, obj: Visitable, **kwargs: Any) -> str: |
| 972 | return obj._compiler_dispatch(self, **kwargs) |
| 973 | |
| 974 | def __str__(self) -> str: |
| 975 | """Return the string text of the generated SQL or DDL.""" |
no test coverage detected