public class SQLValuesExpr extends SQLExprImpl
| 限定符和类型 | 字段和说明 |
|---|---|
private List<SQLListExpr> |
values |
attributes, parent| 构造器和说明 |
|---|
SQLValuesExpr() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLExpr |
clone() |
boolean |
equals(Object o) |
List |
getChildren() |
List<SQLListExpr> |
getValues() |
int |
hashCode() |
computeDataTypeaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate List<SQLListExpr> values
public List<SQLListExpr> getValues()
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic boolean equals(Object o)
equals 在类中 SQLExprImplpublic int hashCode()
hashCode 在类中 SQLExprImplpublic SQLExpr clone()
public List getChildren()
getChildren 在接口中 SQLExprgetChildren 在类中 SQLExprImplCopyright © 2013–2019 Alibaba Group. All rights reserved.