| Package | Description |
|---|---|
| iot.jcypher.query.api.returns | |
| iot.jcypher.query.factories.clause |
| Modifier and Type | Method and Description |
|---|---|
RSortable |
RSortable.ORDER_BY_DESC(String propertyName)
JCYPHER
sort the output in descending order
e.g.
|
RSortable |
RSortable.ORDER_BY(String propertyName)
JCYPHER
sort the output in ascending order
e.g.
|
static RSortable |
RFactory.value(JcValue element) |
RSortable |
RDistinct.value(JcValue element)
JCYPHER
select a named (identified) element
e.g.
|
| Modifier and Type | Method and Description |
|---|---|
static RSortable |
WITH.value(JcValue element)
JCYPHER
select a named (identified) value
e.g.
|
static RSortable |
RETURN.value(JcValue element)
JCYPHER
select a named (identified) value
e.g.
|
Copyright © 2016. All rights reserved.