public class ReturningClause extends ArrayList<SelectItem<?>>
modCount
Constructor and Description |
---|
ReturningClause(net.sf.jsqlparser.statement.ReturningClause.Keyword keyword,
List<SelectItem<?>> selectItems) |
ReturningClause(net.sf.jsqlparser.statement.ReturningClause.Keyword keyword,
List<SelectItem<?>> selectItems,
List<Object> dataItems) |
ReturningClause(String keyword,
List<SelectItem<?>> selectItems) |
ReturningClause(String keyword,
List<SelectItem<?>> selectItems,
List<Object> dataItems) |
Modifier and Type | Method and Description |
---|---|
StringBuilder |
appendTo(StringBuilder builder) |
List<?> |
getDataItems() |
net.sf.jsqlparser.statement.ReturningClause.Keyword |
getKeyword() |
ReturningClause |
setKeyword(net.sf.jsqlparser.statement.ReturningClause.Keyword keyword) |
String |
toString() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public ReturningClause(net.sf.jsqlparser.statement.ReturningClause.Keyword keyword, List<SelectItem<?>> selectItems, List<Object> dataItems)
public ReturningClause(String keyword, List<SelectItem<?>> selectItems, List<Object> dataItems)
public ReturningClause(net.sf.jsqlparser.statement.ReturningClause.Keyword keyword, List<SelectItem<?>> selectItems)
public ReturningClause(String keyword, List<SelectItem<?>> selectItems)
public net.sf.jsqlparser.statement.ReturningClause.Keyword getKeyword()
public ReturningClause setKeyword(net.sf.jsqlparser.statement.ReturningClause.Keyword keyword)
public List<?> getDataItems()
public StringBuilder appendTo(StringBuilder builder)
public String toString()
toString
in class AbstractCollection<SelectItem<?>>
Copyright © 2004–2024 JSQLParser. All rights reserved.