public class SQLValuesExpr extends SQLExprImpl implements SQLReplaceable
| Constructor and Description |
|---|
SQLValuesExpr() |
| Modifier and Type | Method and Description |
|---|---|
SQLExpr |
clone() |
boolean |
equals(Object o) |
List |
getChildren() |
List<SQLListExpr> |
getValues() |
int |
hashCode() |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
computeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic List<SQLListExpr> getValues()
public boolean equals(Object o)
equals in class SQLExprImplpublic int hashCode()
hashCode in class SQLExprImplpublic SQLExpr clone()
public boolean replace(SQLExpr expr, SQLExpr target)
replace in interface SQLReplaceablepublic List getChildren()
getChildren in interface SQLExprgetChildren in class SQLExprImplCopyright © 2013–2020 Alibaba Group. All rights reserved.