com.alibaba.druid.sql.dialect.postgresql.ast.stmt
类 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
- 所有已实现的接口:
- SQLObject, SQLStatement, PGSQLObject, PGSQLStatement
public class PGUpdateStatement
- extends SQLUpdateStatement
- implements PGSQLStatement
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)
- 指定者:
- 接口
PGSQLObject 中的 accept0
Copyright © 2013 Alibaba Group. All Rights Reserved.