public class SQLIdentifierExpr extends SQLExprImpl implements SQLName
| 构造器和说明 |
|---|
SQLIdentifierExpr() |
SQLIdentifierExpr(String name) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
String |
getName() |
String |
getSimleName() |
int |
hashCode() |
void |
output(StringBuffer buf) |
void |
setName(String name) |
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParentpublic SQLIdentifierExpr()
public SQLIdentifierExpr(String name)
public String getSimleName()
getSimleName 在接口中 SQLNamepublic String getName()
public void setName(String name)
public void output(StringBuffer buf)
output 在接口中 SQLObjectoutput 在类中 SQLObjectImplpublic int hashCode()
hashCode 在类中 SQLExprImplpublic boolean equals(Object obj)
equals 在类中 SQLExprImplCopyright © 2012 Alibaba Group. All Rights Reserved.