Uses of Class
net.sf.jsqlparser.statement.select.SetOperationList
-
-
Uses of SetOperationList in net.sf.jsqlparser.statement.insert
Methods in net.sf.jsqlparser.statement.insert that return SetOperationList Modifier and Type Method Description SetOperationList
Insert. getSetOperationList()
-
Uses of SetOperationList in net.sf.jsqlparser.statement.select
Methods in net.sf.jsqlparser.statement.select that return SetOperationList Modifier and Type Method Description SetOperationList
SetOperationList. addOperations(java.util.Collection<? extends SetOperation> operationList)
SetOperationList
SetOperationList. addOperations(SetOperation... operationList)
SetOperationList
SetOperationList. addSelects(java.util.Collection<? extends Select> selects)
SetOperationList
SetOperationList. addSelects(Select... selects)
SetOperationList
ParenthesedSelect. getSetOperationList()
SetOperationList
Select. getSetOperationList()
SetOperationList
SetOperationList. withOperations(java.util.List<SetOperation> operationList)
SetOperationList
SetOperationList. withSelects(java.util.List<Select> selects)
Methods in net.sf.jsqlparser.statement.select with parameters of type SetOperationList Modifier and Type Method Description default void
SelectVisitor. visit(SetOperationList setOpList)
<S> T
SelectVisitor. visit(SetOperationList setOpList, S context)
<S> T
SelectVisitorAdapter. visit(SetOperationList setOpList, S context)
-
Uses of SetOperationList in net.sf.jsqlparser.statement.upsert
Methods in net.sf.jsqlparser.statement.upsert that return SetOperationList Modifier and Type Method Description SetOperationList
Upsert. getSetOperationList()
-
Uses of SetOperationList in net.sf.jsqlparser.util
Methods in net.sf.jsqlparser.util with parameters of type SetOperationList Modifier and Type Method Description <S> T
AddAliasesVisitor. visit(SetOperationList setOperationList, S context)
<S> T
ConnectExpressionsVisitor. visit(SetOperationList setOpList, S context)
void
TablesNamesFinder. visit(SetOperationList setOpList)
<S> Void
TablesNamesFinder. visit(SetOperationList list, S context)
-
Uses of SetOperationList in net.sf.jsqlparser.util.deparser
Methods in net.sf.jsqlparser.util.deparser with parameters of type SetOperationList Modifier and Type Method Description void
SelectDeParser. visit(SetOperationList list)
<S> java.lang.StringBuilder
SelectDeParser. visit(SetOperationList list, S context)
<S> java.lang.StringBuilder
TableStatementDeParser. visit(SetOperationList setOperationList, S context)
-
Uses of SetOperationList in net.sf.jsqlparser.util.validation.validator
Methods in net.sf.jsqlparser.util.validation.validator with parameters of type SetOperationList Modifier and Type Method Description void
SelectValidator. visit(SetOperationList setOperation)
<S> java.lang.Void
SelectValidator. visit(SetOperationList setOperation, S context)
-