Execute the query and return the result
(self)
| 279 | return self.__session.iter_receive() |
| 280 | |
| 281 | def execute(self): |
| 282 | """Execute the query and return the result""" |
| 283 | return self.__exc(chr(5), self.__id) |
| 284 | |
| 285 | def info(self): |
| 286 | """Return query information""" |