public class SQLArrayExpr extends SQLExprImpl
Constructor and Description |
---|
SQLArrayExpr() |
Modifier and Type | Method and Description |
---|---|
SQLArrayExpr |
clone() |
boolean |
equals(Object obj) |
List<SQLObject> |
getChildren() |
SQLExpr |
getExpr() |
List<SQLExpr> |
getValues() |
int |
hashCode() |
void |
setExpr(SQLExpr expr) |
void |
setValues(List<SQLExpr> values) |
computeDataType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLArrayExpr clone()
public SQLExpr getExpr()
public void setExpr(SQLExpr expr)
public int hashCode()
hashCode
in class SQLExprImpl
public boolean equals(Object obj)
equals
in class SQLExprImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.