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

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

public class SQLCaseExpr
extends SQLExprImpl
implements Serializable

另请参见:
序列化表格

嵌套类摘要
static class SQLCaseExpr.Item
           
 
构造方法摘要
SQLCaseExpr()
           
 
方法摘要
 void addItem(SQLCaseExpr.Item item)
           
 boolean equals(Object obj)
           
 SQLExpr getElseExpr()
           
 List<SQLCaseExpr.Item> getItems()
           
 SQLExpr getValueExpr()
           
 int hashCode()
           
 void setElseExpr(SQLExpr elseExpr)
           
 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
 
从接口 com.alibaba.druid.sql.ast.SQLObject 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 

构造方法详细信息

SQLCaseExpr

public SQLCaseExpr()
方法详细信息

getValueExpr

public SQLExpr getValueExpr()

setValueExpr

public void setValueExpr(SQLExpr valueExpr)

getElseExpr

public SQLExpr getElseExpr()

setElseExpr

public void setElseExpr(SQLExpr elseExpr)

getItems

public List<SQLCaseExpr.Item> getItems()

addItem

public void addItem(SQLCaseExpr.Item item)

hashCode

public int hashCode()
指定者:
SQLExprImpl 中的 hashCode

equals

public boolean equals(Object obj)
指定者:
SQLExprImpl 中的 equals


Copyright © 2013 Alibaba Group. All Rights Reserved.