Package net.sf.jsqlparser.expression
Class ArrayConstructor
java.lang.Object
net.sf.jsqlparser.parser.ASTNodeAccessImpl
net.sf.jsqlparser.expression.ArrayConstructor
- All Implemented Interfaces:
Serializable
,Expression
,Model
,ASTNodeAccess
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ExpressionVisitor expressionVisitor) boolean
void
setArrayKeyword
(boolean arrayKeyword) void
setExpressions
(ExpressionList<?> expressions) toString()
Methods inherited from class net.sf.jsqlparser.parser.ASTNodeAccessImpl
appendTo, getASTNode, setASTNode
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.sf.jsqlparser.parser.ASTNodeAccess
getASTNode, setASTNode
-
Field Details
-
expressions
-
arrayKeyword
private boolean arrayKeyword
-
-
Constructor Details
-
ArrayConstructor
-
-
Method Details
-
getExpressions
-
setExpressions
-
isArrayKeyword
public boolean isArrayKeyword() -
setArrayKeyword
public void setArrayKeyword(boolean arrayKeyword) -
accept
- Specified by:
accept
in interfaceExpression
-
toString
-