public class MySqlUserName extends MySqlExprImpl implements SQLName, Cloneable
| 限定符和类型 | 字段和说明 |
|---|---|
private long |
hashCode64 |
private String |
host |
private String |
identifiedBy |
private String |
userName |
private long |
userNameHashCod64 |
attributes, parent| 构造器和说明 |
|---|
MySqlUserName() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(MySqlASTVisitor visitor) |
MySqlUserName |
clone() |
List<SQLObject> |
getChildren() |
String |
getHost() |
String |
getIdentifiedBy() |
String |
getSimpleName() |
String |
getUserName() |
long |
hashCode64() |
long |
nameHashCode64() |
void |
setHost(String host) |
void |
setIdentifiedBy(String identifiedBy) |
void |
setUserName(String userName) |
String |
toString() |
accept0accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentcomputeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate String userName
private String host
private String identifiedBy
private long userNameHashCod64
private long hashCode64
public String getUserName()
public void setUserName(String userName)
public String getHost()
public void setHost(String host)
public void accept0(MySqlASTVisitor visitor)
accept0 在接口中 MySqlObjectaccept0 在类中 MySqlObjectImplpublic String getSimpleName()
getSimpleName 在接口中 SQLNamepublic String getIdentifiedBy()
public void setIdentifiedBy(String identifiedBy)
public String toString()
toString 在类中 SQLObjectImplpublic MySqlUserName clone()
public List<SQLObject> getChildren()
getChildren 在接口中 SQLExprpublic long nameHashCode64()
nameHashCode64 在接口中 SQLNamepublic long hashCode64()
hashCode64 在接口中 SQLNameCopyright © 2013–2019 Alibaba Group. All rights reserved.