com.alibaba.druid.sql.dialect.mysql.ast.expr
类 MySqlUserName

java.lang.Object
  继承者 com.alibaba.druid.sql.ast.SQLObjectImpl
      继承者 com.alibaba.druid.sql.dialect.mysql.ast.MySqlObjectImpl
          继承者 com.alibaba.druid.sql.dialect.mysql.ast.expr.MySqlExprImpl
              继承者 com.alibaba.druid.sql.dialect.mysql.ast.expr.MySqlUserName
所有已实现的接口:
SQLExpr, SQLName, SQLObject, MySqlObject

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()
           
 
从类 com.alibaba.druid.sql.ast.SQLObjectImpl 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
从接口 com.alibaba.druid.sql.ast.SQLObject 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 

构造方法详细信息

MySqlUserName

public MySqlUserName()
方法详细信息

getUserName

public String getUserName()

setUserName

public void setUserName(String userName)

getHost

public String getHost()

setHost

public void setHost(String host)

accept0

public void accept0(MySqlASTVisitor visitor)
指定者:
接口 MySqlObject 中的 accept0
指定者:
MySqlObjectImpl 中的 accept0

getSimleName

public String getSimleName()
指定者:
接口 SQLName 中的 getSimleName

toString

public String toString()
覆盖:
SQLObjectImpl 中的 toString


Copyright © 2013-2014 Alibaba Group. All Rights Reserved.