class documentation

class default_insert_options(Options): (source)

View In Hierarchy

Undocumented

Class Variable _autoflush Undocumented
Class Variable _dml_strategy Undocumented
Class Variable _render_nulls Undocumented
Class Variable _return_defaults Undocumented
Class Variable _subject_mapper 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

_dml_strategy: DMLStrategyArgument = (source)

Undocumented

_render_nulls: bool = (source)

Undocumented

_return_defaults: bool = (source)

Undocumented

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

Undocumented