public class UnionOp extends SetOperation
| Constructor and Description |
|---|
UnionOp() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAll() |
boolean |
isDistinct() |
void |
setAll(boolean all) |
void |
setDistinct(boolean distinct) |
String |
toString() |
UnionOp |
withAll(boolean all) |
UnionOp |
withDistinct(boolean distinct) |
public boolean isAll()
public void setAll(boolean all)
public boolean isDistinct()
public void setDistinct(boolean distinct)
public String toString()
toString in class SetOperationpublic UnionOp withDistinct(boolean distinct)
public UnionOp withAll(boolean all)
Copyright © 2004–2023 JSQLParser. All rights reserved.