class documentation

class _CacheKeyTraversal(HasTraversalDispatch): (source)

View In Hierarchy

Undocumented

Method visit_clauseelement_tuples Undocumented
Method visit_clauseelement_unordered_set Undocumented
Method visit_dialect_options Undocumented
Method visit_dml_multi_values Undocumented
Method visit_dml_ordered_values Undocumented
Method visit_dml_values Undocumented
Method visit_executable_options Undocumented
Method visit_fromclause_canonical_column_collection Undocumented
Method visit_fromclause_ordered_set Undocumented
Method visit_has_cache_key_list Undocumented
Method visit_has_cache_key_tuples Undocumented
Method visit_inspectable Undocumented
Method visit_inspectable_list Undocumented
Method visit_multi Undocumented
Method visit_multi_list Undocumented
Method visit_named_ddl_element Undocumented
Method visit_plain_dict Undocumented
Method visit_prefix_sequence Undocumented
Method visit_setup_join_tuple Undocumented
Method visit_string_clauseelement_dict Undocumented
Method visit_string_list Undocumented
Method visit_string_multi_dict Undocumented
Method visit_table_hint_list Undocumented
Method visit_unknown_structure Undocumented
Method visit_with_context_options Undocumented

Inherited from HasTraversalDispatch:

Method dispatch Given a method from :class:`.HasTraversalDispatch`, return the corresponding method on a subclass.
Method generate_dispatch Undocumented
Method run_generated_dispatch Undocumented
Class Variable __slots__ Undocumented
Method _generate_dispatcher Undocumented
Class Variable _dispatch_lookup Undocumented
def visit_clauseelement_tuples(self, attrname: str, obj: Any, parent: Any, anon_map: anon_map, bindparams: List[BindParameter[Any]]) -> Tuple[Any, ...]: (source)

Undocumented

def visit_clauseelement_unordered_set(self, attrname: str, obj: Any, parent: Any, anon_map: anon_map, bindparams: List[BindParameter[Any]]) -> Tuple[Any, ...]: (source)

Undocumented

def visit_dialect_options(self, attrname: str, obj: Any, parent: Any, anon_map: anon_map, bindparams: List[BindParameter[Any]]) -> Tuple[Any, ...]: (source)

Undocumented

def visit_dml_multi_values(self, attrname: str, obj: Any, parent: Any, anon_map: anon_map, bindparams: List[BindParameter[Any]]) -> Tuple[Any, ...]: (source)

Undocumented

def visit_dml_ordered_values(self, attrname: str, obj: Any, parent: Any, anon_map: anon_map, bindparams: List[BindParameter[Any]]) -> Tuple[Any, ...]: (source)

Undocumented

def visit_dml_values(self, attrname: str, obj: Any, parent: Any, anon_map: anon_map, bindparams: List[BindParameter[Any]]) -> Tuple[Any, ...]: (source)

Undocumented

def visit_executable_options(self, attrname: str, obj: Any, parent: Any, anon_map: anon_map, bindparams: List[BindParameter[Any]]) -> Tuple[Any, ...]: (source)

Undocumented

def visit_fromclause_canonical_column_collection(self, attrname: str, obj: Any, parent: Any, anon_map: anon_map, bindparams: List[BindParameter[Any]]) -> Tuple[Any, ...]: (source)

Undocumented

def visit_fromclause_ordered_set(self, attrname: str, obj: Any, parent: Any, anon_map: anon_map, bindparams: List[BindParameter[Any]]) -> Tuple[Any, ...]: (source)

Undocumented

def visit_has_cache_key_list(self, attrname: str, obj: Any, parent: Any, anon_map: anon_map, bindparams: List[BindParameter[Any]]) -> Tuple[Any, ...]: (source)

Undocumented

def visit_has_cache_key_tuples(self, attrname: str, obj: Any, parent: Any, anon_map: anon_map, bindparams: List[BindParameter[Any]]) -> Tuple[Any, ...]: (source)

Undocumented

def visit_inspectable(self, attrname: str, obj: Any, parent: Any, anon_map: anon_map, bindparams: List[BindParameter[Any]]) -> Tuple[Any, ...]: (source)

Undocumented

def visit_inspectable_list(self, attrname: str, obj: Any, parent: Any, anon_map: anon_map, bindparams: List[BindParameter[Any]]) -> Tuple[Any, ...]: (source)

Undocumented

def visit_multi(self, attrname: str, obj: Any, parent: Any, anon_map: anon_map, bindparams: List[BindParameter[Any]]) -> Tuple[Any, ...]: (source)

Undocumented

def visit_multi_list(self, attrname: str, obj: Any, parent: Any, anon_map: anon_map, bindparams: List[BindParameter[Any]]) -> Tuple[Any, ...]: (source)

Undocumented

def visit_named_ddl_element(self, attrname: str, obj: Any, parent: Any, anon_map: anon_map, bindparams: List[BindParameter[Any]]) -> Tuple[Any, ...]: (source)

Undocumented

def visit_plain_dict(self, attrname: str, obj: Any, parent: Any, anon_map: anon_map, bindparams: List[BindParameter[Any]]) -> Tuple[Any, ...]: (source)

Undocumented

def visit_prefix_sequence(self, attrname: str, obj: Any, parent: Any, anon_map: anon_map, bindparams: List[BindParameter[Any]]) -> Tuple[Any, ...]: (source)

Undocumented

def visit_setup_join_tuple(self, attrname: str, obj: Any, parent: Any, anon_map: anon_map, bindparams: List[BindParameter[Any]]) -> Tuple[Any, ...]: (source)

Undocumented

def visit_string_clauseelement_dict(self, attrname: str, obj: Any, parent: Any, anon_map: anon_map, bindparams: List[BindParameter[Any]]) -> Tuple[Any, ...]: (source)

Undocumented

def visit_string_list(self, attrname: str, obj: Any, parent: Any, anon_map: anon_map, bindparams: List[BindParameter[Any]]) -> Tuple[Any, ...]: (source)

Undocumented

def visit_string_multi_dict(self, attrname: str, obj: Any, parent: Any, anon_map: anon_map, bindparams: List[BindParameter[Any]]) -> Tuple[Any, ...]: (source)

Undocumented

def visit_table_hint_list(self, attrname: str, obj: Any, parent: Any, anon_map: anon_map, bindparams: List[BindParameter[Any]]) -> Tuple[Any, ...]: (source)

Undocumented

def visit_unknown_structure(self, attrname: str, obj: Any, parent: Any, anon_map: anon_map, bindparams: List[BindParameter[Any]]) -> Tuple[Any, ...]: (source)

Undocumented

def visit_with_context_options(self, attrname: str, obj: Any, parent: Any, anon_map: anon_map, bindparams: List[BindParameter[Any]]) -> Tuple[Any, ...]: (source)

Undocumented