public class SQLMethodInvokeExpr extends SQLExprImpl implements SQLReplaceable, Serializable
| Constructor and Description |
|---|
SQLMethodInvokeExpr() |
SQLMethodInvokeExpr(String methodName) |
SQLMethodInvokeExpr(String methodName,
SQLExpr owner) |
| Modifier and Type | Method and Description |
|---|---|
void |
addParameter(SQLExpr param) |
SQLMethodInvokeExpr |
clone() |
boolean |
equals(Object o) |
SQLExpr |
getFrom() |
String |
getMethodName() |
SQLExpr |
getOwner() |
List<SQLExpr> |
getParameters() |
int |
hashCode() |
void |
output(StringBuffer buf) |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
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 SQLExprImplpublic SQLMethodInvokeExpr clone()
public boolean replace(SQLExpr expr, SQLExpr target)
replace in interface SQLReplaceableCopyright © 2013–2017 Alibaba Group. All rights reserved.