| 1721 | |
| 1722 | @overload |
| 1723 | def execution_options( |
| 1724 | self, |
| 1725 | *, |
| 1726 | compiled_cache: Optional[CompiledCacheType] = ..., |
| 1727 | logging_token: str = ..., |
| 1728 | isolation_level: IsolationLevel = ..., |
| 1729 | no_parameters: bool = False, |
| 1730 | stream_results: bool = False, |
| 1731 | max_row_buffer: int = ..., |
| 1732 | yield_per: int = ..., |
| 1733 | driver_column_names: bool = ..., |
| 1734 | insertmanyvalues_page_size: int = ..., |
| 1735 | schema_translate_map: Optional[SchemaTranslateMapType] = ..., |
| 1736 | populate_existing: bool = False, |
| 1737 | autoflush: bool = False, |
| 1738 | preserve_rowcount: bool = False, |
| 1739 | **opt: Any, |
| 1740 | ) -> Self: ... |
| 1741 | |
| 1742 | @overload |
| 1743 | def execution_options(self, **opt: Any) -> Self: ... |