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 |
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, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
computeDataType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public String getUserName()
public void setUserName(String userName)
public String getHost()
public void setHost(String host)
public void accept0(MySqlASTVisitor visitor)
accept0
in interface MySqlObject
accept0
in class MySqlObjectImpl
public String getSimpleName()
getSimpleName
in interface SQLName
public String toString()
toString
in class SQLObjectImpl
public MySqlUserName clone()
public List<SQLObject> getChildren()
getChildren
in interface SQLExpr
public long nameHashCode64()
nameHashCode64
in interface SQLName
public long hashCode64()
hashCode64
in interface SQLName
Copyright © 2013–2017 Alibaba Group. All rights reserved.