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