Uses of Class
net.sf.jsqlparser.statement.select.SetOperation
-
Packages that use SetOperation Package Description net.sf.jsqlparser.statement.select -
-
Uses of SetOperation in net.sf.jsqlparser.statement.select
Subclasses of SetOperation in net.sf.jsqlparser.statement.select Modifier and Type Class Description class
ExceptOp
class
IntersectOp
class
MinusOp
class
UnionOp
Fields in net.sf.jsqlparser.statement.select with type parameters of type SetOperation Modifier and Type Field Description private java.util.List<SetOperation>
SetOperationList. operations
Methods in net.sf.jsqlparser.statement.select that return SetOperation Modifier and Type Method Description SetOperation
SetOperationList. getOperation(int index)
Methods in net.sf.jsqlparser.statement.select that return types with arguments of type SetOperation Modifier and Type Method Description java.util.List<SetOperation>
SetOperationList. getOperations()
Methods in net.sf.jsqlparser.statement.select with parameters of type SetOperation Modifier and Type Method Description SetOperationList
SetOperationList. addOperations(SetOperation... operationList)
Method parameters in net.sf.jsqlparser.statement.select with type arguments of type SetOperation Modifier and Type Method Description SetOperationList
SetOperationList. addOperations(java.util.Collection<? extends SetOperation> operationList)
void
SetOperationList. setOperations(java.util.List<SetOperation> operations)
SetOperationList
SetOperationList. withOperations(java.util.List<SetOperation> operationList)
-