public class SchemaNodeLoadClauseBuilder extends AbstractSchemaLoadClauseBuilder implements LoadClauseBuilder
pretty, schema| Constructor and Description |
|---|
SchemaNodeLoadClauseBuilder(Schema schema) |
| Modifier and Type | Method and Description |
|---|---|
String |
build(String variable,
String label,
int depth)
Build load clause based on given parameters
|
expand, expand, newLineclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildpublic SchemaNodeLoadClauseBuilder(Schema schema)
public String build(String variable, String label, int depth)
LoadClauseBuilderbuild in interface LoadClauseBuildervariable - 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.