public class PGWithClause extends PGSQLObjectImpl
| Constructor and Description |
|---|
PGWithClause() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(PGASTVisitor visitor) |
List<PGWithQuery> |
getWithQuery() |
boolean |
isRecursive() |
void |
setRecursive(boolean recursive) |
void |
setWithQuery(List<PGWithQuery> withQuery) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, 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 in interface PGSQLObjectaccept0 in class PGSQLObjectImplCopyright © 2013–2016 Alibaba Group. All rights reserved.