com.alibaba.druid.sql.ast.statement
Class SQLSetStatement
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLStatementImpl
com.alibaba.druid.sql.ast.statement.SQLSetStatement
- All Implemented Interfaces:
- SQLObject, SQLStatement, Serializable
public class SQLSetStatement
- extends SQLStatementImpl
- See Also:
- Serialized Form
SQLSetStatement
public SQLSetStatement()
SQLSetStatement
public SQLSetStatement(SQLExpr target,
SQLExpr value)
getItems
public List<SQLAssignItem> getItems()
setItems
public void setItems(List<SQLAssignItem> items)
output
public void output(StringBuffer buf)
- Specified by:
output in interface SQLObject- Overrides:
output in class SQLStatementImpl
Copyright © 2012 Alibaba Group. All Rights Reserved.