com.alibaba.druid.sql.ast.expr
类 SQLCaseExpr.Item

java.lang.Object
  继承者 com.alibaba.druid.sql.ast.SQLObjectImpl
      继承者 com.alibaba.druid.sql.ast.expr.SQLCaseExpr.Item
所有已实现的接口:
SQLObject, Serializable
包容类:
SQLCaseExpr

public static class SQLCaseExpr.Item
extends SQLObjectImpl
implements Serializable

另请参见:
序列化表格

构造方法摘要
SQLCaseExpr.Item()
           
SQLCaseExpr.Item(SQLExpr conditionExpr, SQLExpr valueExpr)
           
 
方法摘要
 boolean equals(Object obj)
           
 SQLExpr getConditionExpr()
           
 SQLExpr getValueExpr()
           
 int hashCode()
           
 void setConditionExpr(SQLExpr conditionExpr)
           
 void setValueExpr(SQLExpr valueExpr)
           
 
从类 com.alibaba.druid.sql.ast.SQLObjectImpl 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toString
 
从类 java.lang.Object 继承的方法
getClass, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

SQLCaseExpr.Item

public SQLCaseExpr.Item()

SQLCaseExpr.Item

public SQLCaseExpr.Item(SQLExpr conditionExpr,
                        SQLExpr valueExpr)
方法详细信息

getConditionExpr

public SQLExpr getConditionExpr()

setConditionExpr

public void setConditionExpr(SQLExpr conditionExpr)

getValueExpr

public SQLExpr getValueExpr()

setValueExpr

public void setValueExpr(SQLExpr valueExpr)

hashCode

public int hashCode()
覆盖:
Object 中的 hashCode

equals

public boolean equals(Object obj)
覆盖:
Object 中的 equals


Copyright © 2013-2014 Alibaba Group. All Rights Reserved.