(
self, hard_close: bool = False
)
| 463 | raise NotImplementedError() |
| 464 | |
| 465 | def _fetchone_impl( |
| 466 | self, hard_close: bool = False |
| 467 | ) -> Optional[_InterimRowType[Row[Any]]]: |
| 468 | raise NotImplementedError() |
| 469 | |
| 470 | def _fetchmany_impl( |
| 471 | self, size: Optional[int] = None |