com.alibaba.druid.sql.dialect.postgresql.ast.stmt
Class PGUpdateStatement

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by com.alibaba.druid.sql.ast.SQLStatementImpl
          extended by com.alibaba.druid.sql.ast.statement.SQLUpdateStatement
              extended by com.alibaba.druid.sql.dialect.postgresql.ast.stmt.PGUpdateStatement
All Implemented Interfaces:
SQLObject, SQLStatement, PGSQLObject, PGSQLStatement, Serializable

public class PGUpdateStatement
extends SQLUpdateStatement
implements PGSQLStatement

See Also:
Serialized Form

Constructor Summary
PGUpdateStatement()
           
 
Method Summary
 void accept0(PGASTVisitor visitor)
           
 SQLTableSource getFrom()
           
 List<SQLExpr> getReturning()
           
 PGWithClause getWith()
           
 boolean isOnly()
           
 void setFrom(SQLTableSource from)
           
 void setOnly(boolean only)
           
 void setReturning(List<SQLExpr> returning)
           
 void setWith(PGWithClause with)
           
 
Methods inherited from class com.alibaba.druid.sql.ast.statement.SQLUpdateStatement
getItems, getTableName, getTableSource, getWhere, output, setTableSource, setTableSource, setWhere
 
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 

Constructor Detail

PGUpdateStatement

public PGUpdateStatement()
Method Detail

getFrom

public SQLTableSource getFrom()

setFrom

public void setFrom(SQLTableSource from)

isOnly

public boolean isOnly()

setOnly

public void setOnly(boolean only)

getReturning

public List<SQLExpr> getReturning()

setReturning

public void setReturning(List<SQLExpr> returning)

getWith

public PGWithClause getWith()

setWith

public void setWith(PGWithClause with)

accept0

public void accept0(PGASTVisitor visitor)
Specified by:
accept0 in interface PGSQLObject


Copyright © 2012 Alibaba Group. All Rights Reserved.