public class SQLSetStatement extends SQLStatementImpl
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SQLSetStatement.Option |
| 限定符和类型 | 字段和说明 |
|---|---|
private List<SQLCommentHint> |
hints |
private List<SQLAssignItem> |
items |
private SQLSetStatement.Option |
option |
afterSemi, dbType, headHintsattributes, parent| 构造器和说明 |
|---|
SQLSetStatement() |
SQLSetStatement(SQLExpr target,
SQLExpr value) |
SQLSetStatement(SQLExpr target,
SQLExpr value,
String dbType) |
SQLSetStatement(String dbType) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLSetStatement |
clone() |
List |
getChildren() |
List<SQLCommentHint> |
getHints() |
List<SQLAssignItem> |
getItems() |
SQLSetStatement.Option |
getOption() |
void |
output(StringBuffer buf) |
static SQLSetStatement |
plus(SQLName target) |
void |
set(SQLExpr target,
SQLExpr value) |
void |
setHints(List<SQLCommentHint> hints) |
void |
setItems(List<SQLAssignItem> items) |
void |
setOption(SQLSetStatement.Option option) |
getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toStringaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentprivate SQLSetStatement.Option option
private List<SQLAssignItem> items
private List<SQLCommentHint> hints
public SQLSetStatement()
public SQLSetStatement(String dbType)
public static SQLSetStatement plus(SQLName target)
public List<SQLAssignItem> getItems()
public void setItems(List<SQLAssignItem> items)
public List<SQLCommentHint> getHints()
public void setHints(List<SQLCommentHint> hints)
public SQLSetStatement.Option getOption()
public void setOption(SQLSetStatement.Option option)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLStatementImplpublic void output(StringBuffer buf)
output 在接口中 SQLObjectoutput 在类中 SQLObjectImplpublic SQLSetStatement clone()
clone 在接口中 SQLObjectclone 在接口中 SQLStatementclone 在类中 SQLStatementImplpublic List getChildren()
getChildren 在接口中 SQLStatementgetChildren 在类中 SQLStatementImplCopyright © 2013–2019 Alibaba Group. All rights reserved.