Class OdpsNewExpr
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLExprImpl
com.alibaba.druid.sql.ast.expr.SQLMethodInvokeExpr
com.alibaba.druid.sql.dialect.odps.ast.OdpsNewExpr
- All Implemented Interfaces:
SQLExpr,SQLObject,SQLReplaceable,OdpsObject,Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.alibaba.druid.sql.ast.expr.SQLMethodInvokeExpr
arguments, from, hasFor, methodName, methodNameHashCode64, owner, resolvedReturnDataType, trimOption, usingFields inherited from class com.alibaba.druid.sql.ast.SQLExprImpl
parenthesizedFields inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept0(OdpsASTVisitor visitor) voidclone()booleanisArray()voidoutput(StringBuilder buf) voidsetArray(boolean array) Methods inherited from class com.alibaba.druid.sql.ast.expr.SQLMethodInvokeExpr
accept0, addArgument, addParameter, cloneTo, computeDataType, equals, getArguments, getAs, getChildren, getContent, getFor, getFrom, getMethodName, getOwner, getParameters, getResolvedReturnDataType, getTrimOption, getUsing, hashCode, match, methodNameHashCode64, replace, setArgument, setAs, setContent, setFor, setFrom, setMethodName, setOwner, setResolvedReturnDataType, setTrimOption, setUsingMethods inherited from class com.alibaba.druid.sql.ast.SQLExprImpl
isParenthesized, setParenthesizedMethods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
-
Constructor Details
-
OdpsNewExpr
public OdpsNewExpr()
-
-
Method Details
-
clone
-
accept0
- Overrides:
accept0in classSQLMethodInvokeExpr
-
accept0
- Specified by:
accept0in interfaceOdpsObject
-
output
- Specified by:
outputin interfaceSQLObject- Overrides:
outputin classSQLMethodInvokeExpr
-
isArray
public boolean isArray() -
setArray
public void setArray(boolean array) -
getInitValues
-
getTypeParameters
-