xia\_engine\_cypher.engine.CypherEngine ======================================= .. currentmodule:: xia_engine_cypher.engine .. autoclass:: CypherEngine :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~CypherEngine.__init__ ~CypherEngine.analyze ~CypherEngine.backup ~CypherEngine.batch ~CypherEngine.compile ~CypherEngine.connect ~CypherEngine.create ~CypherEngine.create_collection ~CypherEngine.db_to_display ~CypherEngine.delete ~CypherEngine.drop ~CypherEngine.fetch ~CypherEngine.get ~CypherEngine.get_connection ~CypherEngine.get_decoder ~CypherEngine.get_encoder ~CypherEngine.get_search_cypher ~CypherEngine.get_update_cypher ~CypherEngine.lock ~CypherEngine.merge ~CypherEngine.node_list_to_dict ~CypherEngine.parse_fetch_result ~CypherEngine.parse_search_option ~CypherEngine.parse_update_option ~CypherEngine.replicate ~CypherEngine.restore ~CypherEngine.scan ~CypherEngine.search ~CypherEngine.set ~CypherEngine.truncate ~CypherEngine.unlock ~CypherEngine.update ~CypherEngine.update_doc_id .. rubric:: Attributes .. autosummary:: ~CypherEngine.FIELD_SEPARATOR ~CypherEngine.KEY_SEPARATOR ~CypherEngine.MATCH_OPERATIONS ~CypherEngine.OPERATORS ~CypherEngine.ORDER_TYPES ~CypherEngine.TABLE_NAME_SEPARATOR ~CypherEngine.UPDATE_TYPES ~CypherEngine.analyzer ~CypherEngine.backup_coder ~CypherEngine.backup_storer ~CypherEngine.decoders ~CypherEngine.delete_cypher_template ~CypherEngine.drop_cypher_template ~CypherEngine.drop_link_cypher_template ~CypherEngine.encoders ~CypherEngine.engine_connector ~CypherEngine.engine_connector_class ~CypherEngine.engine_db_shared ~CypherEngine.engine_default_connector_param ~CypherEngine.engine_foreign_key_check ~CypherEngine.engine_param ~CypherEngine.engine_scope_check ~CypherEngine.engine_unique_check ~CypherEngine.fetch_cypher_template ~CypherEngine.insert_list_cypher_template ~CypherEngine.insert_single_cypher_template ~CypherEngine.insert_top_cypher_template ~CypherEngine.key_required ~CypherEngine.link_cypher_template ~CypherEngine.scan_and_fetch ~CypherEngine.scan_cypher_template ~CypherEngine.scan_root_node_template ~CypherEngine.scan_sub_node_template ~CypherEngine.store_embedded_as_table ~CypherEngine.support_unknown ~CypherEngine.unlink_cypher_template ~CypherEngine.update_cypher_template