public class SNodeOrRelation extends APIObject
| Modifier and Type | Method and Description |
|---|---|
StartPoint |
all()
JCYPHER
choose all elements (nodes or relations) as starting points
e.g.
|
StartPoint |
byId(long... id)
JCYPHER
choose the id(s) of the starting point(s)
e.g.
|
SPropertyOrQuery |
byIndex(String indexName)
JCYPHER
choose the index to lookup
e.g.
|
public StartPoint byId(long... id)
public SPropertyOrQuery byIndex(String indexName)
public StartPoint all()
Copyright © 2016. All rights reserved.