public class SQLSetStatement extends SQLStatementImpl
| Modifier and Type | Class and Description |
|---|---|
static class |
SQLSetStatement.Option |
| Constructor and Description |
|---|
SQLSetStatement() |
SQLSetStatement(DbType dbType) |
SQLSetStatement(SQLExpr target,
SQLExpr value) |
SQLSetStatement(SQLExpr target,
SQLExpr value,
DbType dbType) |
| Modifier and Type | Method and Description |
|---|---|
SQLSetStatement |
clone() |
List |
getChildren() |
List<SQLCommentHint> |
getHints() |
List<SQLAssignItem> |
getItems() |
SQLSetStatement.Option |
getOption() |
void |
output(Appendable 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, toParameterizedString, toString, toString, toUnformattedStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic SQLSetStatement()
public SQLSetStatement(DbType 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)
public void output(Appendable buf)
output in interface SQLObjectoutput in class SQLObjectImplpublic SQLSetStatement clone()
clone in interface SQLObjectclone in interface SQLStatementclone in class SQLStatementImplpublic List getChildren()
getChildren in interface SQLStatementgetChildren in class SQLStatementImplCopyright © 2013–2021 Alibaba Group. All rights reserved.