(
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,
**opt: Any,
)
| 234 | |
| 235 | @overload |
| 236 | def execution_options( |
| 237 | self, |
| 238 | *, |
| 239 | compiled_cache: Optional[CompiledCacheType] = ..., |
| 240 | logging_token: str = ..., |
| 241 | isolation_level: IsolationLevel = ..., |
| 242 | no_parameters: bool = False, |
| 243 | stream_results: bool = False, |
| 244 | max_row_buffer: int = ..., |
| 245 | yield_per: int = ..., |
| 246 | insertmanyvalues_page_size: int = ..., |
| 247 | schema_translate_map: Optional[SchemaTranslateMapType] = ..., |
| 248 | preserve_rowcount: bool = False, |
| 249 | **opt: Any, |
| 250 | ) -> Connection: ... |
| 251 | |
| 252 | @overload |
| 253 | def execution_options(self, **opt: Any) -> Connection: ... |
nothing calls this directly
no test coverage detected