| Constructor and Description |
|---|
SQLIdentifierExpr() |
SQLIdentifierExpr(String name) |
| Modifier and Type | Method and Description |
|---|---|
SQLIdentifierExpr |
clone() |
boolean |
equals(Object obj) |
boolean |
equalsIgnoreCase(Object obj) |
String |
getLowerName() |
String |
getName() |
String |
getSimpleName() |
int |
hashCode() |
Boolean |
isParameter() |
String |
normalizedName() |
void |
output(StringBuffer buf) |
void |
setName(String name) |
void |
setParameter(Boolean parameter) |
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 Boolean isParameter()
public void setParameter(Boolean parameter)
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 boolean equalsIgnoreCase(Object obj)
public String toString()
toString in class SQLObjectImplpublic SQLIdentifierExpr clone()
public String normalizedName()
Copyright © 2013–2017 Alibaba Group. All rights reserved.