- java.lang.Object
-
- net.sf.jsqlparser.parser.ASTNodeAccessImpl
-
- net.sf.jsqlparser.statement.select.SetOperation
-
- All Implemented Interfaces:
Serializable,net.sf.jsqlparser.parser.ASTNodeAccess
- Direct Known Subclasses:
ExceptOp,IntersectOp,MinusOp,UnionOp
public abstract class SetOperation extends net.sf.jsqlparser.parser.ASTNodeAccessImpl- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SetOperation(SetOperationList.SetOperationType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()
-
-
-
Constructor Detail
-
SetOperation
public SetOperation(SetOperationList.SetOperationType type)
-
-