MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / execution_options

Method execution_options

lib/sqlalchemy/engine/base.py:236–250  ·  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,
        **opt: Any,
    )

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

unionMethod · 0.45

Tested by

no test coverage detected