(completer: SQLCompleter, executor: SQLExecute)
| 114 | |
| 115 | @refresher("databases") |
| 116 | def refresh_databases(completer: SQLCompleter, executor: SQLExecute) -> None: |
| 117 | completer.extend_database_names(executor.databases()) |
| 118 | |
| 119 | |
| 120 | @refresher("schemata") |
nothing calls this directly
no test coverage detected