class documentation

class default_update_options(Options): (source)

View In Hierarchy

Undocumented

Class Variable _autoflush Undocumented
Class Variable _can_use_returning Undocumented
Class Variable _dml_strategy Undocumented
Class Variable _eval_condition Undocumented
Class Variable _identity_token Undocumented
Class Variable _is_delete_using Undocumented
Class Variable _is_update_from Undocumented
Class Variable _matched_rows Undocumented
Class Variable _subject_mapper Undocumented
Class Variable _synchronize_session Undocumented

Inherited from Options:

Class Method from_execution_options process Options argument in terms of execution options.
Class Method isinstance Undocumented
Class Method safe_merge Undocumented
Method __add__ Undocumented
Method __delattr__ Undocumented
Method __eq__ Undocumented
Method __getattr__ Undocumented
Method __init__ Undocumented
Method __init_subclass__ Undocumented
Method __repr__ Undocumented
Method __setattr__ Undocumented
Method add_to_element Undocumented
Class Variable __slots__ Undocumented
Method _state_dict Undocumented
Method _state_dict_inst Undocumented
Class Variable _cache_attrs Undocumented
_autoflush: bool = (source)

Undocumented

_can_use_returning: bool = (source)

Undocumented

_dml_strategy: DMLStrategyArgument = (source)

Undocumented

_eval_condition = (source)

Undocumented

_identity_token = (source)

Undocumented

_is_delete_using: bool = (source)

Undocumented

_is_update_from: bool = (source)

Undocumented

_matched_rows = (source)

Undocumented

_subject_mapper: Optional[Mapper[Any]] = (source)

Undocumented

_synchronize_session: SynchronizeSessionArgument = (source)

Undocumented