public class SQLUpdateStatement extends SQLStatementImpl
构造器和说明 |
---|
SQLUpdateStatement() |
SQLUpdateStatement(String dbType) |
限定符和类型 | 方法和说明 |
---|---|
void |
addItem(SQLUpdateSetItem item) |
List<SQLUpdateSetItem> |
getItems() |
SQLName |
getTableName() |
SQLTableSource |
getTableSource() |
SQLExpr |
getWhere() |
void |
output(StringBuffer buf) |
void |
setTableSource(SQLExpr expr) |
void |
setTableSource(SQLTableSource tableSource) |
void |
setWhere(SQLExpr where) |
getDbType, setDbType, toString
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent
accept, getAttribute, getAttributes, getAttributesDirect, getParent, 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 void output(StringBuffer buf)
output
在接口中 SQLObject
output
在类中 SQLObjectImpl
Copyright © 2013-2015 Alibaba Group. All Rights Reserved.