(self, tablename, data, columns=None)
| 51 | raise ModuleNotFoundError(f"{str(self)} Not implemented") |
| 52 | |
| 53 | def insert_data(self, tablename, data, columns=None): |
| 54 | raise ModuleNotFoundError(f"{str(self)} Not implemented") |
| 55 | |
| 56 | def insert_many(self, tablename, data, columns=None): |
| 57 | raise ModuleNotFoundError(f"{str(self)} Not implemented") |
nothing calls this directly
no outgoing calls
no test coverage detected