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, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
public String getSimpleName()
getSimpleName
in interface SQLName
public SQLExpr getOwner()
public void setOwner(SQLExpr owner)
public String getName()
public void setName(String name)
public void output(StringBuffer buf)
output
in interface SQLObject
output
in class SQLObjectImpl
public int hashCode()
hashCode
in class SQLExprImpl
public boolean equals(Object obj)
equals
in class SQLExprImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.