| Package | Description |
|---|---|
| iot.jcypher.query.api.collection | |
| iot.jcypher.query.api.predicate | |
| iot.jcypher.query.api.returns | |
| iot.jcypher.query.factories.clause |
| Modifier and Type | Class and Description |
|---|---|
class |
CTerminal |
| Modifier and Type | Method and Description |
|---|---|
T |
InCollection.IN(ICollectExpression C) |
T |
ICollection.IN(ICollectExpression C)
JCYPHER
specify a collection in order to iterate over its elements or to test for containment of elements
Use Factory Class C to create expressions which construct a collection
e.g. ...
|
| Modifier and Type | Class and Description |
|---|---|
class |
Concatenator |
| Modifier and Type | Method and Description |
|---|---|
Concatenator |
BooleanOperation.IN(ICollectExpression C) |
| Modifier and Type | Method and Description |
|---|---|
RElement<RElement<?>> |
RDistinct.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<?>> |
RFactory.resultOf(ICollectExpression xpr) |
| Modifier and Type | Method and Description |
|---|---|
static RElement<RElement<?>> |
WITH.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<?>> |
RETURN.collection(ICollectExpression C)
JCYPHER
return the result of a collection expression
Use Factory Class C to create a Collection Expressions
e.g.
|
Copyright © 2016. All rights reserved.