| Modifier and Type | Method and Description |
|---|---|
RTerminal |
ALL()
JCYPHER
return all nodes, relationships and paths found in a query,
e.g.
|
RElement<RElement<?>> |
collection(ICollectExpression C)
JCYPHER
return the result of a collection expression
Use Factory Class C to create a Collection Expressions
e.g. ...
|
RElement<RElement<?>> |
collection(JcCollection collection)
JCYPHER
return a collection
e.g. ...
|
RElement<RElement<?>> |
evalPredicate(Concatenator P)
JCYPHER
return the result of evaluating a Predicate Expression (true or false)
Use Factory Class P to create a Predicate Expressions
e.g. ...
|
RElement<RElement<?>> |
existsPattern(IElement X)
JCYPHER
try to match a pattern against the graph.
|
protected ReturnExpression |
getReturnExpression() |
RSortable |
value(JcValue element)
JCYPHER
select a named (identified) element
e.g.
|
public RTerminal ALL()
public RSortable value(JcValue element)
public RElement<RElement<?>> evalPredicate(Concatenator P)
public RElement<RElement<?>> existsPattern(IElement X)
public RElement<RElement<?>> collection(ICollectExpression C)
public RElement<RElement<?>> collection(JcCollection collection)
protected ReturnExpression getReturnExpression()
Copyright © 2016. All rights reserved.