public class SQLPropertyExpr extends SQLExprImpl implements SQLName
| Constructor and Description |
|---|
SQLPropertyExpr() |
SQLPropertyExpr(SQLExpr owner,
String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName() |
SQLExpr |
getOwner() |
String |
getSimpleName() |
int |
hashCode() |
void |
output(StringBuffer buf) |
void |
setName(String name) |
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 String getSimpleName()
getSimpleName in interface SQLNamepublic SQLExpr getOwner()
public void setOwner(SQLExpr owner)
public String getName()
public void setName(String name)
public void output(StringBuffer buf)
output in interface SQLObjectoutput in class SQLObjectImplpublic int hashCode()
hashCode in class SQLExprImplpublic boolean equals(Object obj)
equals in class SQLExprImplCopyright © 2013–2017 Alibaba Group. All rights reserved.