com.alibaba.druid.sql.dialect.postgresql.ast.stmt
Class 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
- All Implemented Interfaces:
- SQLObject, Serializable
public class PGSelectQueryBlock
- extends SQLSelectQueryBlock
- See Also:
- Serialized Form
| Methods inherited from class com.alibaba.druid.sql.ast.statement.SQLSelectQueryBlock |
getDistionOption, getFrom, getGroupBy, getInto, getSelectList, getWhere, output, 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 © 2012 Alibaba Group. All Rights Reserved.