public class SQLSetStatement extends SQLStatementImpl
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 |
---|---|
List<SQLCommentHint> |
getHints() |
List<SQLAssignItem> |
getItems() |
void |
output(StringBuffer buf) |
void |
setHints(List<SQLCommentHint> hints) |
void |
setItems(List<SQLAssignItem> items) |
getDbType, setDbType, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, 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 List<SQLAssignItem> getItems()
public void setItems(List<SQLAssignItem> items)
public List<SQLCommentHint> getHints()
public void setHints(List<SQLCommentHint> hints)
public void output(StringBuffer buf)
output
in interface SQLObject
output
in class SQLObjectImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.