public class PGWithClause extends PGSQLObjectImpl
| 构造器和说明 |
|---|
PGWithClause() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(PGASTVisitor visitor) |
List<PGWithQuery> |
getWithQuery() |
boolean |
isRecursive() |
void |
setRecursive(boolean recursive) |
void |
setWithQuery(List<PGWithQuery> withQuery) |
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParentpublic boolean isRecursive()
public void setRecursive(boolean recursive)
public List<PGWithQuery> getWithQuery()
public void setWithQuery(List<PGWithQuery> withQuery)
public void accept0(PGASTVisitor visitor)
accept0 在接口中 PGSQLObjectaccept0 在类中 PGSQLObjectImplCopyright © 2012 Alibaba Group. All Rights Reserved.