(
self,
result: CursorResult[Unpack[TupleAny]],
dbapi_cursor: DBAPICursor,
)
| 1110 | raise NotImplementedError() |
| 1111 | |
| 1112 | def fetchall( |
| 1113 | self, |
| 1114 | result: CursorResult[Unpack[TupleAny]], |
| 1115 | dbapi_cursor: DBAPICursor, |
| 1116 | ) -> Any: |
| 1117 | raise NotImplementedError() |
| 1118 | |
| 1119 | def handle_exception( |
| 1120 | self, |
no outgoing calls
no test coverage detected