public class MySqlUserName extends MySqlExprImpl implements SQLName, Cloneable
| Constructor and Description |
|---|
MySqlUserName() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(MySqlASTVisitor visitor) |
MySqlUserName |
clone() |
String |
getHost() |
String |
getSimpleName() |
String |
getUserName() |
long |
hashCode64() |
long |
nameHashCode64() |
void |
setHost(String host) |
void |
setUserName(String userName) |
String |
toString() |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcomputeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic String getUserName()
public void setUserName(String userName)
public String getHost()
public void setHost(String host)
public void accept0(MySqlASTVisitor visitor)
accept0 in interface MySqlObjectaccept0 in class MySqlObjectImplpublic String getSimpleName()
getSimpleName in interface SQLNamepublic String toString()
toString in class SQLObjectImplpublic MySqlUserName clone()
public long nameHashCode64()
nameHashCode64 in interface SQLNamepublic long hashCode64()
hashCode64 in interface SQLNameCopyright © 2013–2017 Alibaba Group. All rights reserved.