public class SQLUpdateStatement extends SQLStatementImpl
Constructor and Description |
---|
SQLUpdateStatement() |
SQLUpdateStatement(String dbType) |
Modifier and Type | Method and Description |
---|---|
void |
addItem(SQLUpdateSetItem item) |
SQLTableSource |
getFrom() |
List<SQLUpdateSetItem> |
getItems() |
List<SQLExpr> |
getReturning() |
SQLName |
getTableName() |
SQLTableSource |
getTableSource() |
SQLExpr |
getWhere() |
void |
output(StringBuffer buf) |
void |
setFrom(SQLTableSource from) |
void |
setTableSource(SQLExpr expr) |
void |
setTableSource(SQLTableSource tableSource) |
void |
setWhere(SQLExpr where) |
getDbType, setDbType, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
public SQLUpdateStatement()
public SQLUpdateStatement(String dbType)
public SQLTableSource getTableSource()
public void setTableSource(SQLExpr expr)
public void setTableSource(SQLTableSource tableSource)
public SQLName getTableName()
public SQLExpr getWhere()
public void setWhere(SQLExpr where)
public List<SQLUpdateSetItem> getItems()
public void addItem(SQLUpdateSetItem item)
public SQLTableSource getFrom()
public void setFrom(SQLTableSource from)
public void output(StringBuffer buf)
output
in interface SQLObject
output
in class SQLObjectImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.