public class MySqlUpdateStatement extends SQLUpdateStatement implements MySqlStatement
| 构造器和说明 |
|---|
MySqlUpdateStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(MySqlASTVisitor visitor) |
MySqlSelectQueryBlock.Limit |
getLimit() |
SQLOrderBy |
getOrderBy() |
boolean |
isIgnore() |
boolean |
isLowPriority() |
void |
setIgnore(boolean ignore) |
void |
setLimit(MySqlSelectQueryBlock.Limit limit) |
void |
setLowPriority(boolean lowPriority) |
void |
setOrderBy(SQLOrderBy orderBy) |
getItems, getTableName, getTableSource, getWhere, output, setTableSource, setTableSource, setWhereaccept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParentpublic MySqlSelectQueryBlock.Limit getLimit()
public void setLimit(MySqlSelectQueryBlock.Limit limit)
public void accept0(MySqlASTVisitor visitor)
accept0 在接口中 MySqlObjectpublic boolean isLowPriority()
public void setLowPriority(boolean lowPriority)
public boolean isIgnore()
public void setIgnore(boolean ignore)
public SQLOrderBy getOrderBy()
public void setOrderBy(SQLOrderBy orderBy)
Copyright © 2012 Alibaba Group. All Rights Reserved.