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

Method execution_options

lib/sqlalchemy/orm/query.py:1723–1740  ·  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,
        preserve_rowcount: bool = False,
        **opt: Any,
    )

Source from the content-addressed store, hash-verified

1721
1722 @overload
1723 def execution_options(
1724 self,
1725 *,
1726 compiled_cache: Optional[CompiledCacheType] = ...,
1727 logging_token: str = ...,
1728 isolation_level: IsolationLevel = ...,
1729 no_parameters: bool = False,
1730 stream_results: bool = False,
1731 max_row_buffer: int = ...,
1732 yield_per: int = ...,
1733 driver_column_names: bool = ...,
1734 insertmanyvalues_page_size: int = ...,
1735 schema_translate_map: Optional[SchemaTranslateMapType] = ...,
1736 populate_existing: bool = False,
1737 autoflush: bool = False,
1738 preserve_rowcount: bool = False,
1739 **opt: Any,
1740 ) -> Self: ...
1741
1742 @overload
1743 def execution_options(self, **opt: Any) -> Self: ...

Callers 15

_pg_create_dbFunction · 0.45
_pg_drop_dbFunction · 0.45
_mssql_create_dbFunction · 0.45
_mssql_drop_dbFunction · 0.45
_reap_mssql_dbsFunction · 0.45
_show_create_tableMethod · 0.45
_describe_tableMethod · 0.45
_setup_orm_returningMethod · 0.45
do_loadFunction · 0.45
_connection_for_bindMethod · 0.45

Calls 1

unionMethod · 0.45