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) |
addItem, getItems, getTableName, getTableSource, getWhere, output, setTableSource, setTableSource, setWhere
getDbType, setDbType, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
getDbType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public 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
在接口中 PGSQLObject
Copyright © 2013–2016 Alibaba Group. All rights reserved.