public class SetOperationType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static SetOperationType |
UNION |
static SetOperationType |
UNION_ALL |
| Constructor and Description |
|---|
SetOperationType(java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getStringWithSpaces() |
java.lang.String |
toString() |
public static final SetOperationType UNION
public static final SetOperationType UNION_ALL