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, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
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)
public void output(StringBuffer buf)
output
in interface SQLObject
output
in class SQLObjectImpl
public SQLSetStatement clone()
clone
in interface SQLObject
clone
in interface SQLStatement
clone
in class SQLStatementImpl
public List getChildren()
getChildren
in interface SQLStatement
getChildren
in class SQLStatementImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.