com.alibaba.druid.sql.dialect.postgresql.ast.stmt
Class PGUpdateStatement
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLStatementImpl
com.alibaba.druid.sql.ast.statement.SQLUpdateStatement
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
PGUpdateStatement
public PGUpdateStatement()
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.