public class PGUpdateStatement extends SQLUpdateStatement implements PGSQLStatement
| 构造器和说明 |
|---|
PGUpdateStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
getItems, getTableName, getTableSource, getWhere, output, setTableSource, setTableSource, setWhereaccept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParentpublic SQLTableSource getFrom()
public void setFrom(SQLTableSource from)
public boolean isOnly()
public void setOnly(boolean only)
public PGWithClause getWith()
public void setWith(PGWithClause with)
public void accept0(PGASTVisitor visitor)
accept0 在接口中 PGSQLObjectCopyright © 2012 Alibaba Group. All Rights Reserved.