public class RETURN extends Object
| Constructor and Description |
|---|
RETURN() |
| Modifier and Type | Method and Description |
|---|---|
static AggregateDistinct |
aggregate()
JCYPHER
return the result of performing an aggregate function like sum(...), avg(...), ...
|
static RTerminal |
ALL()
JCYPHER
return all nodes, relationships and paths found in a query,
e.g.
|
static RElement<RElement<?>> |
collection(ICollectExpression C)
JCYPHER
return the result of a collection expression
Use Factory Class C to create a Collection Expressions
e.g.
|
static RElement<RElement<?>> |
collection(JcCollection collection)
JCYPHER
return a collection
e.g.
|
static RCount |
count()
JCYPHER
return the size of a collection
e.g.
|
static RDistinct |
DISTINCT()
JCYPHER
return unique results
e.g.
|
static 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.
|
static RElement<RElement<?>> |
existsPattern(IElement X)
JCYPHER
try to match a pattern against the graph.
|
static RSortable |
value(JcValue element)
JCYPHER
select a named (identified) value
e.g.
|
public static RTerminal ALL()
public static RSortable value(JcValue element)
public static RElement<RElement<?>> evalPredicate(Concatenator P)
public static RElement<RElement<?>> existsPattern(IElement X)
public static RElement<RElement<?>> collection(ICollectExpression C)
public static RElement<RElement<?>> collection(JcCollection collection)
public static AggregateDistinct aggregate()
public static RCount count()
public static RDistinct DISTINCT()
Copyright © 2016. All rights reserved.