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

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by com.alibaba.druid.sql.ast.SQLExprImpl
          extended by com.alibaba.druid.sql.ast.expr.SQLMethodInvokeExpr
All Implemented Interfaces:
SQLExpr, SQLObject, Serializable

public class SQLMethodInvokeExpr
extends SQLExprImpl
implements Serializable

See Also:
Serialized Form

Constructor Summary
SQLMethodInvokeExpr()
           
SQLMethodInvokeExpr(String methodName)
           
SQLMethodInvokeExpr(String methodName, SQLExpr owner)
           
 
Method Summary
 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)
           
 
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent
 

Constructor Detail

SQLMethodInvokeExpr

public SQLMethodInvokeExpr()

SQLMethodInvokeExpr

public SQLMethodInvokeExpr(String methodName)

SQLMethodInvokeExpr

public SQLMethodInvokeExpr(String methodName,
                           SQLExpr owner)
Method Detail

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()

output

public void output(StringBuffer buf)
Specified by:
output in interface SQLObject
Overrides:
output in class SQLObjectImpl

hashCode

public int hashCode()
Specified by:
hashCode in class SQLExprImpl

equals

public boolean equals(Object obj)
Specified by:
equals in class SQLExprImpl


Copyright © 2012 Alibaba Group. All Rights Reserved.