public class MySqlInsertStatement extends SQLInsertStatement
SQLInsertStatement.ValuesClause| 构造器和说明 |
|---|
MySqlInsertStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<SQLExpr> |
getDuplicateKeyUpdate() |
SQLInsertStatement.ValuesClause |
getValues() |
List<SQLInsertStatement.ValuesClause> |
getValuesList() |
boolean |
isDelayed() |
boolean |
isHighPriority() |
boolean |
isIgnore() |
boolean |
isLowPriority() |
void |
output(StringBuffer buf) |
void |
setDelayed(boolean delayed) |
void |
setHighPriority(boolean highPriority) |
void |
setIgnore(boolean ignore) |
void |
setLowPriority(boolean lowPriority) |
void |
setValues(SQLInsertStatement.ValuesClause values) |
getAlias, getColumns, getQuery, getTableName, getTableSource, setAlias, setQuery, setTableName, setTableSource, setTableSourceaccept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParentpublic SQLInsertStatement.ValuesClause getValues()
getValues 在类中 SQLInsertIntopublic void setValues(SQLInsertStatement.ValuesClause values)
setValues 在类中 SQLInsertIntopublic List<SQLInsertStatement.ValuesClause> getValuesList()
public boolean isLowPriority()
public void setLowPriority(boolean lowPriority)
public boolean isDelayed()
public void setDelayed(boolean delayed)
public boolean isHighPriority()
public void setHighPriority(boolean highPriority)
public boolean isIgnore()
public void setIgnore(boolean ignore)
public void output(StringBuffer buf)
output 在接口中 SQLObjectoutput 在类中 SQLObjectImplCopyright © 2012 Alibaba Group. All Rights Reserved.