MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / execution_options

Method execution_options

lib/sqlalchemy/engine/base.py:241–256  ·  view source on GitHub ↗
(
        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,
    )

Source from the content-addressed store, hash-verified

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: ...

Callers

nothing calls this directly

Calls 2

unionMethod · 0.45

Tested by

no test coverage detected