public class MySqlUserName extends MySqlExprImpl implements SQLName, Cloneable
| Constructor and Description |
|---|
MySqlUserName() |
| Modifier and Type | Method and Description |
|---|---|
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() |
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 getIdentifiedBy()
public void setIdentifiedBy(String identifiedBy)
public String toString()
toString in class SQLObjectImplpublic MySqlUserName clone()
public List<SQLObject> getChildren()
getChildren in interface SQLExprpublic long nameHashCode64()
nameHashCode64 in interface SQLNamepublic long hashCode64()
hashCode64 in interface SQLNameCopyright © 2013–2018 Alibaba Group. All rights reserved.