com.alibaba.druid.sql.ast.statement
Class SQLUpdateSetItem

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by com.alibaba.druid.sql.ast.statement.SQLUpdateSetItem
All Implemented Interfaces:
SQLObject, Serializable

public class SQLUpdateSetItem
extends SQLObjectImpl

See Also:
Serialized Form

Constructor Summary
SQLUpdateSetItem()
           
 
Method Summary
 SQLExpr getColumn()
           
 SQLExpr getValue()
           
 void output(StringBuffer buf)
           
 void setColumn(SQLExpr column)
           
 void setValue(SQLExpr value)
           
 
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SQLUpdateSetItem

public SQLUpdateSetItem()
Method Detail

getColumn

public SQLExpr getColumn()

setColumn

public void setColumn(SQLExpr column)

getValue

public SQLExpr getValue()

setValue

public void setValue(SQLExpr value)

output

public void output(StringBuffer buf)
Specified by:
output in interface SQLObject
Overrides:
output in class SQLObjectImpl


Copyright © 2012 Alibaba Group. All Rights Reserved.