public class MySqlUserName extends MySqlExprImpl implements SQLName
| 构造器和说明 |
|---|
MySqlUserName() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(MySqlASTVisitor visitor) |
String |
getHost() |
String |
getSimleName() |
String |
getUserName() |
void |
setHost(String host) |
void |
setUserName(String userName) |
String |
toString() |
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParentaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParentpublic String getUserName()
public void setUserName(String userName)
public String getHost()
public void setHost(String host)
public void accept0(MySqlASTVisitor visitor)
accept0 在接口中 MySqlObjectaccept0 在类中 MySqlObjectImplpublic String getSimleName()
getSimleName 在接口中 SQLNamepublic String toString()
toString 在类中 SQLObjectImplCopyright © 2012 Alibaba Group. All Rights Reserved.