public class PGValuesQuery extends PGSQLObjectImpl implements SQLSelectQuery
| 限定符和类型 | 字段和说明 |
|---|---|
private boolean |
bracket |
private List<SQLExpr> |
values |
attributes, parent| 构造器和说明 |
|---|
PGValuesQuery() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(PGASTVisitor visitor) |
PGValuesQuery |
clone() |
List<SQLExpr> |
getValues() |
boolean |
isBracket() |
void |
setBracket(boolean bracket) |
accept0accept, 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 accept0(PGASTVisitor visitor)
accept0 在接口中 PGSQLObjectaccept0 在类中 PGSQLObjectImplpublic boolean isBracket()
isBracket 在接口中 SQLSelectQuerypublic void setBracket(boolean bracket)
setBracket 在接口中 SQLSelectQuerypublic PGValuesQuery clone()
clone 在接口中 SQLObjectclone 在接口中 SQLSelectQueryclone 在类中 SQLObjectImplCopyright © 2013–2019 Alibaba Group. All rights reserved.