| Modifier and Type | Method and Description |
|---|---|
JcCollection |
DomainObjectMatch.collectionAtttribute(String name)
Access a collection attribute
|
| Modifier and Type | Method and Description |
|---|---|
List<List<?>> |
JcQueryResult.resultOf(JcCollection collection) |
| Modifier and Type | Method and Description |
|---|---|
CTerminal |
CollectFrom.from(JcCollection collection)
JCYPHER
set a collection of property containers (nodes or relations)
from which to collect properties e.g. ...COLLECT().property("name").
|
T |
InCollection.IN(JcCollection collection) |
T |
ICollection.IN(JcCollection collection)
JCYPHER
specify a collection in order to iterate over its elements or to test for containment of elements
e.g. ...
|
CTerminal |
Collection.TAIL(JcCollection collection)
JCYPHER
return all but the first element in a collection
e.g. ...
|
static CTerminal |
CFactory.TAIL(JcCollection collection) |
| Modifier and Type | Method and Description |
|---|---|
Concatenator |
BooleanOperation.IN(JcCollection collection) |
| Modifier and Type | Method and Description |
|---|---|
RElement<RElement<?>> |
RDistinct.collection(JcCollection collection)
JCYPHER
return a collection
e.g. ...
|
static RElement<RElement<?>> |
RFactory.resultOf(JcCollection collection) |
| Modifier and Type | Method and Description |
|---|---|
JcCollection |
CollectionSpec.getJcCollection() |
| Constructor and Description |
|---|
CollectionSpec(JcCollection jcCollection) |
| Modifier and Type | Method and Description |
|---|---|
static RElement<RElement<?>> |
WITH.collection(JcCollection collection)
JCYPHER
return a collection
e.g.
|
static RElement<RElement<?>> |
RETURN.collection(JcCollection collection)
JCYPHER
return a collection
e.g.
|
| Modifier and Type | Method and Description |
|---|---|
static CTerminal |
C.TAIL(JcCollection collection)
JCYPHER
return all but the first element in a collection
e.g. ...
|
| Modifier and Type | Method and Description |
|---|---|
List<List<?>> |
ResultHandler.getCollections(JcCollection collection) |
| Modifier and Type | Method and Description |
|---|---|
JcCollection |
JcValue.asCollection()
JCYPHER
return a JcCollection representing elements of the receivers type
|
JcCollection |
JcElement.collectionProperty(String name)
JCYPHER
access a named collection property, return a JcCollection
|
JcCollection |
JcNode.labels()
JCYPHER
return all labels of a node, return a JcCollection
|
JcCollection |
JcPath.nodes()
JCYPHER
return all nodes of a path, return a JcCollection
|
JcCollection |
JcPath.relations()
JCYPHER
return all relations of a path, return a JcCollection
|
Copyright © 2016. All rights reserved.