public class SetOperator extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
EXCEPT |
static int |
EXCEPT_ALL |
static int |
INTERSECT |
static int |
MINUS |
static int |
UNION |
static int |
UNION_ALL |
| Constructor and Description |
|---|
SetOperator(int type,
Query<?,?> query) |
| Modifier and Type | Method and Description |
|---|---|
Query<?,?> |
getQuery() |
int |
getType() |
void |
setQuery(Query<?,?> query) |
void |
setType(int type) |
public static final int UNION
public static final int UNION_ALL
public static final int EXCEPT
public static final int EXCEPT_ALL
public static final int INTERSECT
public static final int MINUS
public SetOperator(int type,
Query<?,?> query)
Copyright © 2021. All rights reserved.