(self, *args: Any, **kwargs: Any)
| 30 | def log_query(self, query: str) -> None: ... |
| 31 | def log_output(self, output: str) -> None: ... |
| 32 | def format_sqlresult(self, *args: Any, **kwargs: Any) -> Any: ... |
| 33 | |
| 34 | def refresh_completions(self, reset: bool = False) -> list[SQLResult]: |
| 35 | # Cancel any in-flight schema prefetch before the completer is |