🔍 Code Extractor

Browse Components

Showing 20 of 2143 components

  • function get_dbo_tnv_by_id

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 1045-1052

    neo4j graph-database query lookup database
  • function get_all_dbo_tnv

    Queries a Neo4j graph database to retrieve all nodes labeled as 'dbo_TNV' with a configurable limit on the number of results returned.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 1036-1043

    neo4j graph-database cypher-query database-query node-retrieval
  • function create_dbo_product

    Creates a new dbo_Product 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 | Lines: 1024-1033

    neo4j graph-database database create insert
  • function get_dbo_product_by_uid

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 1015-1022

    neo4j graph-database database-query product-retrieval cypher
  • function get_dbo_product_by_id

    Retrieves a single dbo_Product node from a Neo4j graph database by its unique ID.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 1006-1013

    neo4j graph-database database-query product-retrieval cypher
  • function get_all_dbo_product

    Queries a Neo4j graph database to retrieve all nodes labeled as 'dbo_Product' with a configurable limit on the number of results returned.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 997-1004

    neo4j graph-database query product database
  • function create_dbo_interventionprotocols

    Creates a new node of type dbo_InterventionProtocols in a Neo4j graph database with the specified properties.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 985-994

    neo4j graph-database database-insert node-creation cypher-query
  • function get_dbo_interventionprotocols_by_uid

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 976-983

    neo4j graph-database query intervention-protocols healthcare
  • function get_dbo_interventionprotocols_by_id

    Retrieves a single dbo_InterventionProtocols node from a Neo4j graph database by its unique ID.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 967-974

    neo4j graph-database query database-retrieval intervention-protocols
  • function get_all_dbo_interventionprotocols

    Queries a Neo4j graph database to retrieve all nodes labeled as 'dbo_InterventionProtocols' with a configurable limit on the number of results returned.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 958-965

    neo4j graph-database cypher-query database-query intervention-protocols
  • function create_dbo_interventionprotocolflocks

    Creates a new node labeled 'dbo_InterventionProtocolFlocks' in a Neo4j graph database with the specified properties.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 946-955

    neo4j graph-database database-insert node-creation cypher-query
  • function get_dbo_interventionprotocolflocks_by_uid

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 937-944

    neo4j graph-database query database-retrieval intervention-protocol
  • function get_dbo_interventionprotocolflocks_by_id

    Retrieves a single dbo_InterventionProtocolFlocks node from a Neo4j graph database by its unique ID.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 928-935

    neo4j graph-database database-query node-retrieval intervention-protocol
  • function get_all_dbo_interventionprotocolflocks

    Queries a Neo4j graph database to retrieve all nodes labeled as 'dbo_InterventionProtocolFlocks' with a configurable limit on the number of results returned.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 919-926

    neo4j graph-database cypher-query data-retrieval intervention-protocol
  • function create_dbo_houses

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 907-916

    neo4j graph-database database create insert
  • function get_dbo_houses_by_uid

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 898-905

    neo4j graph-database query database-lookup uid-search
  • function get_dbo_houses_by_id

    Retrieves a single dbo_Houses node from a Neo4j graph database by its unique ID.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 889-896

    neo4j graph-database query database cypher
  • function get_all_dbo_houses

    Queries a Neo4j graph database to retrieve all nodes labeled as 'dbo_Houses' with a configurable limit on the number of results returned.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 880-887

    neo4j graph-database query database data-retrieval
  • function create_dbo_flocks

    Creates a new node of type 'dbo_Flocks' in a Neo4j graph database with the specified properties and returns the created node.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 868-877

    neo4j graph-database cypher database-insert node-creation
  • function get_dbo_flocks_by_uid

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 859-866

    neo4j graph-database query database-retrieval node-lookup