🔍 Code Extractor

Search Components

Full-Text: Fast keyword matching | Semantic: AI-powered understanding of intent (finds similar concepts)

Search Results for "municipalities"

Found 6 matching component(s)

  • function get_all_reference_municipalities

    Queries a Neo4j graph database to retrieve Reference_Municipalities nodes with a configurable limit on the number of results returned.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py

    neo4j graph-database cypher-query database-query municipalities
  • function get_reference_municipalities_by_id

    Retrieves a single Reference_Municipalities node from a Neo4j graph database by matching its unique ID property.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py

    neo4j graph-database query database-lookup cypher
  • function get_reference_municipalities_by_uid

    Retrieves a single Reference_Municipalities node from a Neo4j graph database by matching its unique identifier (UID).

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py

    neo4j graph-database query database-lookup municipality
  • function create_reference_municipalities

    Creates a new Reference_Municipalities node in a Neo4j graph database with the specified properties and returns the created node.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py

    neo4j graph-database database create node
  • function get_dbo_establishment_with_references_municipalities_reference_municipalities

    Retrieves Reference_Municipalities nodes from a Neo4j graph database that are connected to a specific dbo_Establishment node via a REFERENCES_MUNICIPALITIES relationship.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py

    neo4j graph-database cypher-query relationship-traversal establishment
  • function create_references_municipalities_relationship

    Creates a REFERENCES_MUNICIPALITIES relationship in a Neo4j graph database between a dbo_Establishment node and a Reference_Municipalities node, with optional properties on the relationship.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py

    neo4j graph-database relationship-creation data-integration cypher-query

Search Examples