public class RowConstructor<T extends Expression> extends ParenthesedExpressionList<T> implements Expression
modCount| Constructor and Description |
|---|
RowConstructor() |
RowConstructor(String name,
ExpressionList<T> expressionList) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
void |
setName(String name) |
String |
toString() |
RowConstructor |
withName(String name) |
fromaccept, 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, waitacceptcontainsAll, equals, hashCodeparallelStream, streampublic RowConstructor()
public RowConstructor(String name, ExpressionList<T> expressionList)
public String getName()
public void setName(String name)
public String toString()
toString in class ParenthesedExpressionList<T extends Expression>public RowConstructor withName(String name)
Copyright © 2004–2023 JSQLParser. All rights reserved.