public class SQLSetStatement extends SQLStatementImpl
| Modifier and Type | Class and Description |
|---|---|
static class |
SQLSetStatement.Option |
| Constructor and Description |
|---|
SQLSetStatement() |
SQLSetStatement(SQLExpr target,
SQLExpr value) |
SQLSetStatement(SQLExpr target,
SQLExpr value,
String dbType) |
SQLSetStatement(String dbType) |
| Modifier and Type | Method and Description |
|---|---|
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, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentpublic 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)
public void output(StringBuffer 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–2018 Alibaba Group. All rights reserved.