public class UNION extends Object
| Constructor and Description |
|---|
UNION() |
| Modifier and Type | Method and Description |
|---|---|
static UnionTerminal |
all()
JCYPHER
combine the results of two queries
UNION.all()
|
static UnionTerminal |
distinct()
JCYPHER
combine the results of two queries, remove duplicates
UNION.distinct()
|
public static UnionTerminal all()
public static UnionTerminal distinct()
Copyright © 2016. All rights reserved.