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, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentpublic 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 SQLObjectoutput in class SQLObjectImplpublic boolean equals(Object o)
equals in class SQLExprImplpublic int hashCode()
hashCode in class SQLExprImplCopyright © 2013–2016 Alibaba Group. All rights reserved.