Uses of Class
net.sf.jsqlparser.statement.select.SetOperation
Packages that use SetOperation
-
Uses of SetOperation in net.sf.jsqlparser.statement.select
Subclasses of SetOperation in net.sf.jsqlparser.statement.selectFields in net.sf.jsqlparser.statement.select with type parameters of type SetOperationMethods in net.sf.jsqlparser.statement.select that return SetOperationMethods in net.sf.jsqlparser.statement.select that return types with arguments of type SetOperationMethods in net.sf.jsqlparser.statement.select with parameters of type SetOperationMethod parameters in net.sf.jsqlparser.statement.select with type arguments of type SetOperationModifier and TypeMethodDescriptionSetOperationList.addOperations
(Collection<? extends SetOperation> operationList) void
SetOperationList.setOperations
(List<SetOperation> operations) SetOperationList.withOperations
(List<SetOperation> operationList)