public class SQLListExpr extends SQLExprImpl
Constructor and Description |
---|
SQLListExpr() |
Modifier and Type | Method and Description |
---|---|
void |
addItem(SQLExpr item) |
SQLListExpr |
clone() |
boolean |
equals(Object obj) |
List |
getChildren() |
List<SQLExpr> |
getItems() |
int |
hashCode() |
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 void addItem(SQLExpr item)
public int hashCode()
hashCode
in class SQLExprImpl
public boolean equals(Object obj)
equals
in class SQLExprImpl
public SQLListExpr clone()
public List getChildren()
Copyright © 2013–2017 Alibaba Group. All rights reserved.