(self, args)
| 1306 | return self._execute_stmt(query, print_web_link=print_web_link) |
| 1307 | |
| 1308 | def do_drop(self, args): |
| 1309 | return self._execute_stmt( |
| 1310 | self._build_query_string(self.last_leading_comment, self.orig_cmd, args)) |
| 1311 | |
| 1312 | def do_load(self, args): |
| 1313 | return self._execute_stmt( |
nothing calls this directly
no test coverage detected