Package com.alibaba.druid.sql.ast.expr
Class SQLCaseExpr.Item
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.expr.SQLCaseExpr.Item
- All Implemented Interfaces:
SQLObject,SQLReplaceable,Serializable
- Enclosing class:
- SQLCaseExpr
- See Also:
-
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()booleaninthashCode()booleanvoidsetConditionExpr(SQLExpr conditionExpr) voidsetValueExpr(SQLExpr valueExpr) Methods 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, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toString
-
Constructor Details
-
Item
public Item() -
Item
-
-
Method Details
-
getConditionExpr
-
setConditionExpr
-
getValueExpr
-
setValueExpr
-
accept0
- Specified by:
accept0in classSQLObjectImpl
-
hashCode
public int hashCode() -
equals
-
clone
- Specified by:
clonein interfaceSQLObject- Overrides:
clonein classSQLObjectImpl
-
replace
- Specified by:
replacein interfaceSQLReplaceable
-