com.alibaba.druid.sql.dialect.postgresql.ast.stmt
类 PGSelectQueryBlock
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.statement.SQLSelectQuery
com.alibaba.druid.sql.ast.statement.SQLSelectQueryBlock
com.alibaba.druid.sql.dialect.postgresql.ast.stmt.PGSelectQueryBlock
- 所有已实现的接口:
- SQLObject
public class PGSelectQueryBlock
- extends SQLSelectQueryBlock
| 从类 com.alibaba.druid.sql.ast.statement.SQLSelectQueryBlock 继承的方法 |
equals, getDistionOption, getFrom, getGroupBy, getInto, getSelectList, getWhere, hashCode, setDistionOption, setFrom, setGroupBy, setInto, setInto, setWhere |
PGSelectQueryBlock
public PGSelectQueryBlock()
getIntoOption
public PGSelectQueryBlock.IntoOption getIntoOption()
setIntoOption
public void setIntoOption(PGSelectQueryBlock.IntoOption intoOption)
getFetch
public PGSelectQueryBlock.FetchClause getFetch()
setFetch
public void setFetch(PGSelectQueryBlock.FetchClause fetch)
getForClause
public PGSelectQueryBlock.ForClause getForClause()
setForClause
public void setForClause(PGSelectQueryBlock.ForClause forClause)
getWindow
public PGSelectQueryBlock.WindowClause getWindow()
setWindow
public void setWindow(PGSelectQueryBlock.WindowClause window)
getWith
public PGWithClause getWith()
setWith
public void setWith(PGWithClause with)
getLimit
public SQLExpr getLimit()
setLimit
public void setLimit(SQLExpr limit)
getOrderBy
public SQLOrderBy getOrderBy()
setOrderBy
public void setOrderBy(SQLOrderBy orderBy)
getOffset
public SQLExpr getOffset()
setOffset
public void setOffset(SQLExpr offset)
getDistinctOn
public List<SQLExpr> getDistinctOn()
setDistinctOn
public void setDistinctOn(List<SQLExpr> distinctOn)
Copyright © 2013 Alibaba Group. All Rights Reserved.