public interface LoadClauseBuilder
| Modifier and Type | Method and Description |
|---|---|
default String |
build(String label,
int depth)
Build load clause based on given parameters, expecting the node variable to expand to be 'n'
|
String |
build(String variable,
String label,
int depth)
Build load clause based on given parameters
|
default String build(String label, int depth)
label - label of the start nodedepth - max depth to load, note that some implementations may not accept unlimited depth (-1)String build(String variable, String label, int depth)
variable - node variable (start node) to be expandedlabel - label of the start nodedepth - max depth to load, note that some implementations may not accept unlimited depth (-1)Copyright © 2015–2020 Neo Technology, Inc.. All rights reserved.