public class SQLIdentifierExpr extends SQLExprImpl implements SQLName
| Constructor and Description |
|---|
SQLIdentifierExpr() |
SQLIdentifierExpr(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getLowerName() |
String |
getName() |
String |
getSimpleName() |
int |
hashCode() |
void |
output(StringBuffer buf) |
void |
setLowerName(String lowerName) |
void |
setName(String name) |
String |
toString() |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentpublic SQLIdentifierExpr()
public SQLIdentifierExpr(String name)
public String getSimpleName()
getSimpleName in interface SQLNamepublic String getName()
public void setName(String name)
public String getLowerName()
public void setLowerName(String lowerName)
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 SQLExprImplpublic String toString()
toString in class SQLObjectImplCopyright © 2013–2017 Alibaba Group. All rights reserved.