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

Method execution_options

lib/sqlalchemy/sql/base.py:1246–1267  ·  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] = ...,
        populate_existing: bool = False,
        autoflush: bool = False,
        synchronize_session: SynchronizeSessionArgument = ...,
        dml_strategy: DMLStrategyArgument = ...,
        render_nulls: bool = ...,
        is_delete_using: bool = ...,
        is_update_from: bool = ...,
        preserve_rowcount: bool = False,
        **opt: Any,
    )

Source from the content-addressed store, hash-verified

1244
1245 @overload
1246 def execution_options(
1247 self,
1248 *,
1249 compiled_cache: Optional[CompiledCacheType] = ...,
1250 logging_token: str = ...,
1251 isolation_level: IsolationLevel = ...,
1252 no_parameters: bool = False,
1253 stream_results: bool = False,
1254 max_row_buffer: int = ...,
1255 yield_per: int = ...,
1256 insertmanyvalues_page_size: int = ...,
1257 schema_translate_map: Optional[SchemaTranslateMapType] = ...,
1258 populate_existing: bool = False,
1259 autoflush: bool = False,
1260 synchronize_session: SynchronizeSessionArgument = ...,
1261 dml_strategy: DMLStrategyArgument = ...,
1262 render_nulls: bool = ...,
1263 is_delete_using: bool = ...,
1264 is_update_from: bool = ...,
1265 preserve_rowcount: bool = False,
1266 **opt: Any,
1267 ) -> Self: ...
1268
1269 @overload
1270 def execution_options(self, **opt: Any) -> Self: ...

Callers 1

selectMethod · 0.45

Calls 1

unionMethod · 0.45

Tested by

no test coverage detected