- java.lang.Object
-
- net.sf.jsqlparser.parser.ASTNodeAccessImpl
-
- net.sf.jsqlparser.statement.piped.PipeOperator
-
- net.sf.jsqlparser.statement.piped.SetPipeOperator
-
- All Implemented Interfaces:
Serializable
,net.sf.jsqlparser.parser.ASTNodeAccess
public class SetPipeOperator extends PipeOperator
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SetPipeOperator(List<UpdateSet> updateSets)
-
Method Summary
-
-
-
Method Detail
-
setUpdateSets
public SetPipeOperator setUpdateSets(List<UpdateSet> updateSets)
-
size
public int size()
-
remove
public boolean remove(Object o)
-
spliterator
public Spliterator<UpdateSet> spliterator()
-
addAll
public boolean addAll(Collection<? extends UpdateSet> c)
-
get
public UpdateSet get(int index)
-
containsAll
public boolean containsAll(Collection<?> c)
-
listIterator
public ListIterator<UpdateSet> listIterator()
-
sort
public void sort(Comparator<? super UpdateSet> c)
-
toArray
public <T> T[] toArray(T[] a)
-
listIterator
public ListIterator<UpdateSet> listIterator(int index)
-
lastIndexOf
public int lastIndexOf(Object o)
-
add
public boolean add(UpdateSet updateSet)
-
clear
public void clear()
-
retainAll
public boolean retainAll(Collection<?> c)
-
indexOf
public int indexOf(Object o)
-
toArray
public <T> T[] toArray(IntFunction<T[]> generator)
-
contains
public boolean contains(Object o)
-
toArray
public Object[] toArray()
-
replaceAll
public void replaceAll(UnaryOperator<UpdateSet> operator)
-
remove
public UpdateSet remove(int index)
-
addAll
public boolean addAll(int index, Collection<? extends UpdateSet> c)
-
add
public void add(int index, UpdateSet element)
-
removeAll
public boolean removeAll(Collection<?> c)
-
isEmpty
public boolean isEmpty()
-
accept
public <T,S> T accept(PipeOperatorVisitor<T,S> visitor, S context)
- Specified by:
accept
in classPipeOperator
-
appendTo
public StringBuilder appendTo(StringBuilder builder)
- Overrides:
appendTo
in classnet.sf.jsqlparser.parser.ASTNodeAccessImpl
-
-