(self, sql: str | Select | TextClause, params=None)
| 1510 | |
| 1511 | @abstractmethod |
| 1512 | def execute(self, sql: str | Select | TextClause, params=None): |
| 1513 | pass |
| 1514 | |
| 1515 | @abstractmethod |
| 1516 | def has_table(self, name: str, schema: str | None = None) -> bool: |
no outgoing calls