(self)
| 919 | return self.__result_tuples |
| 920 | |
| 921 | def get_data(self): |
| 922 | if self.data: |
| 923 | return '\n'.join(self.data) |
| 924 | return '' |
| 925 | |
| 926 | def __convert_result_row(self, result_tuple): |
| 927 | """Take primitive values from a result tuple and construct the tab-separated string |