- java.lang.Object
-
- net.sf.jsqlparser.parser.ASTNodeAccessImpl
-
- net.sf.jsqlparser.statement.select.SetOperation
-
- net.sf.jsqlparser.statement.select.ExceptOp
-
- All Implemented Interfaces:
Serializable,net.sf.jsqlparser.parser.ASTNodeAccess
public class ExceptOp extends SetOperation
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExceptOp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisAll()booleanisDistinct()voidsetAll(boolean all)voidsetDistinct(boolean distinct)StringtoString()ExceptOpwithAll(boolean all)ExceptOpwithDistinct(boolean distinct)
-
-
-
Method Detail
-
isAll
public boolean isAll()
-
setAll
public void setAll(boolean all)
-
isDistinct
public boolean isDistinct()
-
setDistinct
public void setDistinct(boolean distinct)
-
toString
public String toString()
- Overrides:
toStringin classSetOperation
-
withDistinct
public ExceptOp withDistinct(boolean distinct)
-
withAll
public ExceptOp withAll(boolean all)
-
-