public class NamedExpressionList<T extends Expression> extends ExpressionList<T>
modCount| Constructor and Description |
|---|
NamedExpressionList() |
| Modifier and Type | Method and Description |
|---|---|
NamedExpressionList |
addNames(Collection<String> names) |
NamedExpressionList |
addNames(String... names) |
List<String> |
getNames() |
void |
setNames(List<String> list) |
String |
toString() |
NamedExpressionList |
withNames(List<String> names) |
accept, addExpression, addExpressions, addExpressions, appendTo, getASTNode, getExpressions, isUsingBrackets, setASTNode, setExpressions, withExpressions, withExpressionsadd, 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, trimToSizeequals, hashCodecontainsAllfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic String toString()
toString in class ExpressionList<T extends Expression>public NamedExpressionList withNames(List<String> names)
public NamedExpressionList addNames(String... names)
public NamedExpressionList addNames(Collection<String> names)
Copyright © 2004–2024 JSQLParser. All rights reserved.