public class MySqlUserName extends MySqlExprImpl implements SQLName
| Constructor and Description |
|---|
MySqlUserName() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(MySqlASTVisitor visitor) |
String |
getHost() |
String |
getSimpleName() |
String |
getUserName() |
void |
setHost(String host) |
void |
setUserName(String userName) |
String |
toString() |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, 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 SQLObjectImplCopyright © 2013–2017 Alibaba Group. All rights reserved.