find_nodes {simplegraphdb} | R Documentation |
Generate SQL to find nodes matching a criteria
find_nodes(data, where_fn = "search_where", search_fn = "search_equals")
data |
A list of data that are the search criteria |
where_fn |
The function to use in the SQL WHERE clause. Valid values are: search_where (default) or search_like |
search_fn |
The function to use in the search. Valid values are: search_equals (default), search_starts_with, or search_contains |
A SQL statement to find nodes matching a criteria