public class SQLMethodInvokeExpr extends SQLExprImpl implements Serializable
Constructor and Description |
---|
SQLMethodInvokeExpr() |
SQLMethodInvokeExpr(String methodName) |
SQLMethodInvokeExpr(String methodName,
SQLExpr owner) |
Modifier and Type | Method and Description |
---|---|
void |
addParameter(SQLExpr param) |
boolean |
equals(Object o) |
SQLExpr |
getFrom() |
String |
getMethodName() |
SQLExpr |
getOwner() |
List<SQLExpr> |
getParameters() |
int |
hashCode() |
void |
output(StringBuffer buf) |
void |
setFrom(SQLExpr from) |
void |
setMethodName(String methodName) |
void |
setOwner(SQLExpr owner) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
public SQLMethodInvokeExpr()
public SQLMethodInvokeExpr(String methodName)
public String getMethodName()
public void setMethodName(String methodName)
public SQLExpr getOwner()
public void setOwner(SQLExpr owner)
public SQLExpr getFrom()
public void setFrom(SQLExpr from)
public void addParameter(SQLExpr param)
public void output(StringBuffer buf)
output
in interface SQLObject
output
in class SQLObjectImpl
public boolean equals(Object o)
equals
in class SQLExprImpl
public int hashCode()
hashCode
in class SQLExprImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.