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

Method execution_options

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

Source from the content-addressed store, hash-verified

1702
1703 @overload
1704 def execution_options(
1705 self,
1706 *,
1707 compiled_cache: Optional[CompiledCacheType] = ...,
1708 logging_token: str = ...,
1709 isolation_level: IsolationLevel = ...,
1710 no_parameters: bool = False,
1711 stream_results: bool = False,
1712 max_row_buffer: int = ...,
1713 yield_per: int = ...,
1714 insertmanyvalues_page_size: int = ...,
1715 schema_translate_map: Optional[SchemaTranslateMapType] = ...,
1716 populate_existing: bool = False,
1717 autoflush: bool = False,
1718 preserve_rowcount: bool = False,
1719 **opt: Any,
1720 ) -> Self: ...
1721
1722 @overload
1723 def execution_options(self, **opt: Any) -> Self: ...

Callers 15

_pg_create_dbFunction · 0.45
_pg_drop_dbFunction · 0.45
get_indexesMethod · 0.45
get_columnsMethod · 0.45
get_pk_constraintMethod · 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

Calls 1

unionMethod · 0.45