public class PGWithQuery extends PGSQLObjectImpl
| Constructor and Description |
|---|
PGWithQuery() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(PGASTVisitor visitor) |
void |
addColumn(SQLExpr column) |
List<SQLExpr> |
getColumns() |
SQLExpr |
getName() |
SQLStatement |
getQuery() |
void |
setName(SQLExpr name) |
void |
setQuery(SQLStatement query) |
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 SQLExpr getName()
public void setName(SQLExpr name)
public SQLStatement getQuery()
public void setQuery(SQLStatement query)
public void addColumn(SQLExpr column)
public void accept0(PGASTVisitor visitor)
accept0 in interface PGSQLObjectaccept0 in class PGSQLObjectImplCopyright © 2013–2016 Alibaba Group. All rights reserved.