public class SQLValuesQuery extends SQLObjectImpl implements SQLSelectQuery
| 限定符和类型 | 字段和说明 |
|---|---|
private boolean |
bracket |
private List<SQLExpr> |
values |
attributes, parent| 构造器和说明 |
|---|
SQLValuesQuery() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(SQLASTVisitor visitor) |
void |
addValue(SQLListExpr value) |
SQLValuesQuery |
clone() |
List<SQLExpr> |
getValues() |
boolean |
isBracket() |
void |
setBracket(boolean bracket) |
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, 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, setParentpublic void addValue(SQLListExpr value)
public void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic boolean isBracket()
isBracket 在接口中 SQLSelectQuerypublic void setBracket(boolean bracket)
setBracket 在接口中 SQLSelectQuerypublic SQLValuesQuery clone()
clone 在接口中 SQLObjectclone 在接口中 SQLSelectQueryclone 在类中 SQLObjectImplCopyright © 2013–2019 Alibaba Group. All rights reserved.