Package net.sf.jsqlparser.expression
Class RowConstructor<T extends Expression>
java.lang.Object
java.util.AbstractCollection<T>
java.util.AbstractList<T>
java.util.ArrayList<T>
net.sf.jsqlparser.expression.operators.relational.ExpressionList<T>
net.sf.jsqlparser.expression.operators.relational.ParenthesedExpressionList<T>
net.sf.jsqlparser.expression.RowConstructor<T>
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterable<T>
,Collection<T>
,List<T>
,RandomAccess
,Expression
,Model
,ASTNodeAccess
public class RowConstructor<T extends Expression>
extends ParenthesedExpressionList<T>
implements Expression
- See Also:
-
Field Summary
FieldsFields inherited from class java.util.AbstractList
modCount
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.sf.jsqlparser.expression.operators.relational.ParenthesedExpressionList
from
Methods inherited from class net.sf.jsqlparser.expression.operators.relational.ExpressionList
accept, addExpression, addExpressions, addExpressions, appendTo, getASTNode, getExpressions, isUsingBrackets, setASTNode, setExpressions, withExpressions, withExpressions
Methods inherited from class java.util.ArrayList
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
Methods inherited from class java.util.AbstractList
equals, hashCode
Methods inherited from class java.util.AbstractCollection
containsAll
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.sf.jsqlparser.parser.ASTNodeAccess
getASTNode, setASTNode
Methods inherited from interface java.util.Collection
parallelStream, stream
Methods inherited from interface net.sf.jsqlparser.expression.Expression
accept
Methods inherited from interface java.util.List
containsAll, equals, hashCode
-
Field Details
-
name
-
-
Constructor Details
-
RowConstructor
public RowConstructor() -
RowConstructor
-
-
Method Details
-
getName
-
setName
-
toString
- Overrides:
toString
in classParenthesedExpressionList<T extends Expression>
-
withName
-