Class SQLUpdateSetItem
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.statement.SQLUpdateSetItem
- All Implemented Interfaces:
SQLObject,SQLReplaceable
-
Field Summary
Fields inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaccept0(SQLASTVisitor visitor) clone()voidbooleancolumnMatch(long columnHash) booleancolumnMatch(String column) booleangetValue()inthashCode()voidoutput(StringBuilder buf) booleanvoidvoidMethods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toString
-
Constructor Details
-
SQLUpdateSetItem
public SQLUpdateSetItem()
-
-
Method Details
-
getColumn
-
cloneTo
-
clone
- Specified by:
clonein interfaceSQLObject- Overrides:
clonein classSQLObjectImpl
-
setColumn
-
getValue
-
setValue
-
output
- Specified by:
outputin interfaceSQLObject- Overrides:
outputin classSQLObjectImpl
-
accept0
- Specified by:
accept0in classSQLObjectImpl
-
columnMatch
-
columnMatch
public boolean columnMatch(long columnHash) -
replace
- Specified by:
replacein interfaceSQLReplaceable
-
equals
-
hashCode
public int hashCode()
-