Class UnionOp
java.lang.Object
net.sf.jsqlparser.parser.ASTNodeAccessImpl
net.sf.jsqlparser.statement.select.SetOperation
net.sf.jsqlparser.statement.select.UnionOp
- All Implemented Interfaces:
Serializable
,ASTNodeAccess
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isAll()
boolean
void
setAll
(boolean all) void
setDistinct
(boolean distinct) toString()
withAll
(boolean all) withDistinct
(boolean distinct) Methods inherited from class net.sf.jsqlparser.parser.ASTNodeAccessImpl
appendTo, getASTNode, setASTNode
-
Field Details
-
distinct
private boolean distinct -
all
private boolean all
-
-
Constructor Details
-
UnionOp
public UnionOp()
-
-
Method Details
-
isAll
public boolean isAll() -
setAll
public void setAll(boolean all) -
isDistinct
public boolean isDistinct() -
setDistinct
public void setDistinct(boolean distinct) -
toString
- Overrides:
toString
in classSetOperation
-
withDistinct
-
withAll
-