(self, connection: Connection)
| 3670 | return cast(Optional[str], row[fetch_col]) |
| 3671 | |
| 3672 | def _detect_charset(self, connection: Connection) -> str: |
| 3673 | raise NotImplementedError() |
| 3674 | |
| 3675 | def _detect_casing(self, connection: Connection) -> int: |
| 3676 | """Sniff out identifier case sensitivity. |
no outgoing calls