(
self,
*,
compiled_cache: Optional[CompiledCacheType] = ...,
logging_token: str = ...,
isolation_level: IsolationLevel = ...,
no_parameters: bool = False,
stream_results: bool = False,
max_row_buffer: int = ...,
yield_per: int = ...,
insertmanyvalues_page_size: int = ...,
schema_translate_map: Optional[SchemaTranslateMapType] = ...,
preserve_rowcount: bool = False,
driver_column_names: bool = False,
**opt: Any,
)
| 239 | |
| 240 | @overload |
| 241 | def execution_options( |
| 242 | self, |
| 243 | *, |
| 244 | compiled_cache: Optional[CompiledCacheType] = ..., |
| 245 | logging_token: str = ..., |
| 246 | isolation_level: IsolationLevel = ..., |
| 247 | no_parameters: bool = False, |
| 248 | stream_results: bool = False, |
| 249 | max_row_buffer: int = ..., |
| 250 | yield_per: int = ..., |
| 251 | insertmanyvalues_page_size: int = ..., |
| 252 | schema_translate_map: Optional[SchemaTranslateMapType] = ..., |
| 253 | preserve_rowcount: bool = False, |
| 254 | driver_column_names: bool = False, |
| 255 | **opt: Any, |
| 256 | ) -> Connection: ... |
| 257 | |
| 258 | @overload |
| 259 | def execution_options(self, **opt: Any) -> Connection: ... |
nothing calls this directly
no test coverage detected