(self, filter:str)
| 57 | raise ModuleNotFoundError(f"{str(self)} Not implemented") |
| 58 | |
| 59 | def search_tables(self, filter:str) -> Result: |
| 60 | raise ModuleNotFoundError(f"{str(self)} Not implemented") |
| 61 | |
| 62 | def search_columns(self, filter:str) -> Result: |
| 63 | raise ModuleNotFoundError(f"{str(self)} Not implemented") |
no outgoing calls
no test coverage detected