| Package | Description |
|---|---|
| iot.jcypher.query.api.union | |
| iot.jcypher.query.factories.clause |
| Modifier and Type | Method and Description |
|---|---|
static UnionTerminal |
UnionFactory.all() |
static UnionTerminal |
UnionFactory.distinct() |
| Modifier and Type | Method and Description |
|---|---|
static UnionTerminal |
UNION.all()
JCYPHER
combine the results of two queries
UNION.all()
|
static UnionTerminal |
UNION.distinct()
JCYPHER
combine the results of two queries, remove duplicates
UNION.distinct()
|
Copyright © 2016. All rights reserved.