get_connections {simplegraphdb} | R Documentation |
Generates the SQL to find the connections for a node in the database
get_connections(source_id, target_id)
source_id |
The identifier for the source node |
target_id |
The identifier for the target node |
A SQL statement to find the edge connecting two nodes