(self, args)
| 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( |
| 1314 | self._build_query_string(self.last_leading_comment, self.orig_cmd, args)) |
| 1315 | |
| 1316 | def do_profile(self, args): |
| 1317 | """Prints the runtime profile of the last DML statement or SELECT query executed.""" |
nothing calls this directly
no test coverage detected