🔍 Code Extractor

Browse Components

Showing 20 of 2143 components

  • function get_dbo_flocks_by_id

    Retrieves a single dbo_Flocks node from a Neo4j graph database by its unique ID using a Cypher query.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 850-857

    neo4j graph-database cypher-query database-retrieval node-lookup
  • function get_all_dbo_flocks

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 841-848

    neo4j graph-database query database cypher
  • function create_dbo_flocktypes

    Creates a new node of type dbo_FlockTypes 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: 829-838

    neo4j graph-database database create node
  • function get_dbo_flocktypes_by_uid

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 820-827

    neo4j graph-database query database-retrieval node-lookup
  • function get_dbo_flocktypes_by_id

    Retrieves a single dbo_FlockTypes node from a Neo4j graph database by its unique ID using a Cypher query.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 811-818

    neo4j graph-database cypher-query database-lookup node-retrieval
  • function get_all_dbo_flocktypes

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 802-809

    neo4j graph-database cypher-query database-query data-retrieval
  • function create_dbo_establishmentcycles

    Creates a new node labeled 'dbo_EstablishmentCycles' 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: 790-799

    neo4j graph-database database create node-creation
  • function get_dbo_establishmentcycles_by_uid

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 781-788

    neo4j graph-database query lookup database-retrieval
  • function get_dbo_establishmentcycles_by_id

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 772-779

    neo4j graph-database query lookup database-retrieval
  • function get_all_dbo_establishmentcycles

    Retrieves all nodes of type dbo_EstablishmentCycles from a Neo4j graph database with a configurable limit on the number of results returned.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 763-770

    neo4j graph-database query data-retrieval establishment-cycles
  • function create_dbo_establishment

    Creates a new dbo_Establishment 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: 751-760

    neo4j graph-database database create insert
  • function get_dbo_establishment_by_uid

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 742-749

    neo4j graph-database query database-lookup establishment
  • function get_dbo_establishment_by_id

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 733-740

    neo4j graph-database database-query cypher data-retrieval
  • function get_all_dbo_establishment

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 724-731

    neo4j graph-database cypher-query database-query data-retrieval
  • function create_dbo_concepts

    Creates a new node with the label 'dbo_Concepts' in a Neo4j graph database with the specified properties.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 712-721

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

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 703-710

    neo4j graph-database query database-retrieval dbo-concepts
  • function get_dbo_concepts_by_id

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 694-701

    neo4j graph-database query lookup dbo-concepts
  • function get_all_dbo_concepts

    Retrieves a limited set of nodes labeled as 'dbo_Concepts' from a Neo4j graph database.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 685-692

    neo4j graph-database query dbpedia ontology
  • function create_dbo_concepthouses

    Creates a new node with label 'dbo_ConceptHouses' 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: 673-682

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

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

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py | Lines: 664-671

    neo4j graph-database query database-retrieval dbo