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

Method execution_options

lib/sqlalchemy/sql/base.py:1469–1491  ·  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 = ...,
        driver_column_names: bool = ...,
        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

1467
1468 @overload
1469 def execution_options(
1470 self,
1471 *,
1472 compiled_cache: Optional[CompiledCacheType] = ...,
1473 logging_token: str = ...,
1474 isolation_level: IsolationLevel = ...,
1475 no_parameters: bool = False,
1476 stream_results: bool = False,
1477 max_row_buffer: int = ...,
1478 yield_per: int = ...,
1479 driver_column_names: bool = ...,
1480 insertmanyvalues_page_size: int = ...,
1481 schema_translate_map: Optional[SchemaTranslateMapType] = ...,
1482 populate_existing: bool = False,
1483 autoflush: bool = False,
1484 synchronize_session: SynchronizeSessionArgument = ...,
1485 dml_strategy: DMLStrategyArgument = ...,
1486 render_nulls: bool = ...,
1487 is_delete_using: bool = ...,
1488 is_update_from: bool = ...,
1489 preserve_rowcount: bool = False,
1490 **opt: Any,
1491 ) -> Self: ...
1492
1493 @overload
1494 def execution_options(self, **opt: Any) -> Self: ...

Callers 1

selectMethod · 0.45

Calls 1

unionMethod · 0.45

Tested by

no test coverage detected