(self, args)
| 1296 | return db_table_name |
| 1297 | |
| 1298 | def do_alter(self, args): |
| 1299 | return self._execute_stmt( |
| 1300 | self._build_query_string(self.last_leading_comment, self.orig_cmd, args)) |
| 1301 | |
| 1302 | def do_create(self, args): |
| 1303 | # We want to print the webserver link only for CTAS queries. |
nothing calls this directly
no test coverage detected