🔍 Code Extractor

Browse Components

Showing 20 of 2143 components

  • function get_dbo_houses_with_references_establishment_dbo_establishment

    Queries a Neo4j graph database to retrieve dbo_Establishment nodes that are connected to a specific dbo_Houses node through a REFERENCES_ESTABLISHMENT relationship.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 1961-1968

    neo4j graph-database cypher-query relationship-traversal database-query
  • function create_references_houses_relationship_v2

    Creates a directed REFERENCES_HOUSES relationship in a Neo4j graph database from a dbo_Flocks node to a dbo_Houses node, with optional properties on the relationship.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 1938-1958

    neo4j graph-database relationship-creation cypher-query database-operations
  • function get_dbo_flocks_with_references_houses_dbo_houses

    Retrieves dbo_Houses nodes from a Neo4j graph database that are connected to a specific dbo_Flocks node via a REFERENCES_HOUSES relationship.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 1929-1936

    neo4j graph-database cypher-query relationship-traversal database-query
  • function get_dbo_flocks_with_references_flocktypes_dbo_flocktypes

    Queries a Neo4j graph database to retrieve dbo_FlockTypes nodes that are connected to a specific dbo_Flocks node via a REFERENCES_FLOCKTYPES relationship.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 1897-1904

    neo4j graph-database cypher-query database-query relationship-traversal
  • function get_dbo_flocks_with_references_establishment_dbo_establishment

    Queries a Neo4j graph database to retrieve dbo_Establishment nodes that are connected to a specific dbo_Flocks node through a REFERENCES_ESTABLISHMENT relationship.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 1865-1872

    neo4j graph-database cypher-query relationship-traversal database-query
  • function get_dbo_establishmentcycles_with_references_establishment_dbo_establishment

    Queries a Neo4j graph database to retrieve dbo_Establishment nodes that are connected to a specific dbo_EstablishmentCycles node through a REFERENCES_ESTABLISHMENT relationship.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 1833-1840

    neo4j graph-database cypher-query relationship-traversal database-query
  • function create_references_usergroup_relationship

    Creates a REFERENCES_USERGROUP relationship in a Neo4j graph database between a dbo_Establishment node (source) and a dbo_UserGroup node (target), with optional properties on the relationship.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 1810-1830

    neo4j graph-database relationship-creation cypher-query database-operations
  • function get_dbo_establishment_with_references_usergroup_dbo_usergroup

    Queries a Neo4j graph database to retrieve dbo_UserGroup nodes that are connected to a specific dbo_Establishment node through a REFERENCES_USERGROUP relationship.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 1801-1808

    neo4j graph-database query relationship-traversal user-groups
  • function create_references_flocktypes_relationship

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 1778-1798

    neo4j graph-database relationship-creation cypher-query database-operations
  • function get_dbo_establishment_with_references_flocktypes_dbo_flocktypes

    Queries a Neo4j graph database to retrieve dbo_FlockTypes nodes that are connected to a specific dbo_Establishment node through a REFERENCES_FLOCKTYPES relationship.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 1769-1776

    neo4j graph-database cypher-query relationship-traversal database-query
  • 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 | Lines: 1746-1766

    neo4j graph-database relationship-creation data-integration cypher-query
  • 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 | Lines: 1737-1744

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

    Creates a REFERENCES_HOUSES relationship in a Neo4j graph database between a dbo_ConceptHouses node and a dbo_Houses node, with optional properties on the relationship.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 1714-1734

    neo4j graph-database relationship-creation cypher-query database
  • function get_dbo_concepthouses_with_references_houses_dbo_houses

    Queries a Neo4j graph database to retrieve dbo_Houses nodes that are connected to a specific dbo_ConceptHouses node through a REFERENCES_HOUSES relationship.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 1705-1712

    neo4j graph-database cypher-query knowledge-graph dbpedia
  • function create_references_concepts_relationship

    Creates a REFERENCES_CONCEPTS relationship in a Neo4j graph database between a dbo_ConceptHouses node and a dbo_Concepts node, with optional properties on the relationship.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 1682-1702

    neo4j graph-database relationship-creation cypher-query database
  • function get_dbo_concepthouses_with_references_concepts_dbo_concepts

    Queries a Neo4j graph database to retrieve dbo_Concepts nodes that are connected to a specific dbo_ConceptHouses node through a REFERENCES_CONCEPTS relationship.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 1673-1680

    neo4j graph-database cypher-query knowledge-graph relationship-traversal
  • function create_references_medicationtypes_relationship

    Creates a REFERENCES_MEDICATIONTYPES relationship in a Neo4j graph database between a Parameter_MedicationTypeProperties node and a Parameter_MedicationTypes node, with optional properties on the relationship.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 1650-1670

    neo4j graph-database relationship-creation medication-types healthcare-data
  • function get_parameter_medicationtypeproperties_with_references_medicationtypes_parameter_medicationtypes

    Retrieves Parameter_MedicationTypes nodes from a Neo4j graph database that are connected to a specific Parameter_MedicationTypeProperties node via a REFERENCES_MEDICATIONTYPES relationship.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 1641-1648

    neo4j graph-database cypher-query medication-types database-query
  • function create_references_tests_relationship_v1

    Creates a REFERENCES_TESTS relationship in a Neo4j graph database between a LIMS_Testparameters node and a LIMS_Tests node, with optional properties on the relationship.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 1618-1638

    neo4j graph-database relationship LIMS database
  • function get_lims_testparameters_with_references_tests_lims_tests

    Queries a Neo4j graph database to retrieve LIMS_Tests nodes that are connected to a specific LIMS_Testparameters node through a REFERENCES_TESTS relationship.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 1609-1616

    neo4j graph-database lims laboratory test-parameters