Package | Description |
---|---|
net.sf.jsqlparser.statement.select |
Modifier and Type | Class and Description |
---|---|
class |
ExceptOp |
class |
IntersectOp |
class |
MinusOp |
class |
UnionOp |
Modifier and Type | Method and Description |
---|---|
SetOperation |
SetOperationList.getOperation(int index) |
SetOperation |
SetOperationList.getOperation(int index) |
Modifier and Type | Method and Description |
---|---|
List<SetOperation> |
SetOperationList.getOperations() |
List<SetOperation> |
SetOperationList.getOperations() |
Modifier and Type | Method and Description |
---|---|
SetOperationList |
SetOperationList.addOperations(SetOperation... operationList) |
SetOperationList |
SetOperationList.addOperations(SetOperation... operationList) |
Modifier and Type | Method and Description |
---|---|
SetOperationList |
SetOperationList.addOperations(Collection<? extends SetOperation> operationList) |
SetOperationList |
SetOperationList.addOperations(Collection<? extends SetOperation> operationList) |
void |
SetOperationList.setBracketsOpsAndSelects(List<Select> select,
List<SetOperation> ops) |
void |
SetOperationList.setBracketsOpsAndSelects(List<Select> select,
List<SetOperation> ops) |
void |
SetOperationList.setOperations(List<SetOperation> operations) |
void |
SetOperationList.setOperations(List<SetOperation> operations) |
SetOperationList |
SetOperationList.withOperations(List<SetOperation> operationList) |
SetOperationList |
SetOperationList.withOperations(List<SetOperation> operationList) |
Copyright © 2004–2024 JSQLParser. All rights reserved.