get_connections {simplegraphdb}R Documentation

Generates the SQL to find the connections for a node in the database

Description

Generates the SQL to find the connections for a node in the database

Usage

get_connections(source_id, target_id)

Arguments

source_id

The identifier for the source node

target_id

The identifier for the target node

Value

A SQL statement to find the edge connecting two nodes


[Package simplegraphdb version 2021.03.10 Index]