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


嵌套类摘要
static class PGSelectQueryBlock.FetchClause
           
static class PGSelectQueryBlock.ForClause
           
static class PGSelectQueryBlock.IntoOption
           
static class PGSelectQueryBlock.WindowClause
           
 
构造方法摘要
PGSelectQueryBlock()
           
 
方法摘要
 List<SQLExpr> getDistinctOn()
           
 PGSelectQueryBlock.FetchClause getFetch()
           
 PGSelectQueryBlock.ForClause getForClause()
           
 PGSelectQueryBlock.IntoOption getIntoOption()
           
 SQLExpr getLimit()
           
 SQLExpr getOffset()
           
 SQLOrderBy getOrderBy()
           
 PGSelectQueryBlock.WindowClause getWindow()
           
 PGWithClause getWith()
           
 void setDistinctOn(List<SQLExpr> distinctOn)
           
 void setFetch(PGSelectQueryBlock.FetchClause fetch)
           
 void setForClause(PGSelectQueryBlock.ForClause forClause)
           
 void setIntoOption(PGSelectQueryBlock.IntoOption intoOption)
           
 void setLimit(SQLExpr limit)
           
 void setOffset(SQLExpr offset)
           
 void setOrderBy(SQLOrderBy orderBy)
           
 void setWindow(PGSelectQueryBlock.WindowClause window)
           
 void setWith(PGWithClause with)
           
 
从类 com.alibaba.druid.sql.ast.statement.SQLSelectQueryBlock 继承的方法
equals, getDistionOption, getFrom, getGroupBy, getInto, getSelectList, getWhere, hashCode, setDistionOption, setFrom, setGroupBy, setInto, setInto, setWhere
 
从类 com.alibaba.druid.sql.ast.SQLObjectImpl 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toString
 
从类 java.lang.Object 继承的方法
getClass, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

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-2014 Alibaba Group. All Rights Reserved.