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

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

public class SQLMethodInvokeExpr
extends SQLExprImpl
implements Serializable

另请参见:
序列化表格

构造方法摘要
SQLMethodInvokeExpr()
           
SQLMethodInvokeExpr(String methodName)
           
SQLMethodInvokeExpr(String methodName, SQLExpr owner)
           
 
方法摘要
 void addParameter(SQLExpr param)
           
 boolean equals(Object obj)
           
 String getMethodName()
           
 SQLExpr getOwner()
           
 List<SQLExpr> getParameters()
           
 int hashCode()
           
 void output(StringBuffer buf)
           
 void setMethodName(String methodName)
           
 void setOwner(SQLExpr owner)
           
 
从类 com.alibaba.druid.sql.ast.SQLObjectImpl 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toString
 
从类 java.lang.Object 继承的方法
getClass, notify, notifyAll, wait, wait, wait
 
从接口 com.alibaba.druid.sql.ast.SQLObject 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent
 

构造方法详细信息

SQLMethodInvokeExpr

public SQLMethodInvokeExpr()

SQLMethodInvokeExpr

public SQLMethodInvokeExpr(String methodName)

SQLMethodInvokeExpr

public SQLMethodInvokeExpr(String methodName,
                           SQLExpr owner)
方法详细信息

getMethodName

public String getMethodName()

setMethodName

public void setMethodName(String methodName)

getOwner

public SQLExpr getOwner()

setOwner

public void setOwner(SQLExpr owner)

getParameters

public List<SQLExpr> getParameters()

addParameter

public void addParameter(SQLExpr param)

output

public void output(StringBuffer buf)
指定者:
接口 SQLObject 中的 output
覆盖:
SQLObjectImpl 中的 output

hashCode

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

equals

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


Copyright © 2013 Alibaba Group. All Rights Reserved.