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, setParent
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
public SQLIdentifierExpr()
public SQLIdentifierExpr(String name)
public String getSimpleName()
getSimpleName
in interface SQLName
public String getName()
public void setName(String name)
public String getLowerName()
public void setLowerName(String lowerName)
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
public String toString()
toString
in class SQLObjectImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.