(self, query, params=None,
formatted_exception_msg=False)
| 202 | |
| 203 | @abstractmethod |
| 204 | def execute_dict(self, query, params=None, |
| 205 | formatted_exception_msg=False): |
| 206 | pass |
| 207 | |
| 208 | @abstractmethod |
| 209 | def async_fetchmany_2darray(self, records=-1, |
no outgoing calls
no test coverage detected