com.alibaba.druid.sql.dialect.mysql.ast.statement
Class MySqlAlterTableAddIndex

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by com.alibaba.druid.sql.ast.statement.SQLAlterTableAddIndex
          extended by com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlAlterTableAddIndex
All Implemented Interfaces:
SQLObject, SQLAlterTableItem, MySqlObject, Serializable

public class MySqlAlterTableAddIndex
extends SQLAlterTableAddIndex
implements SQLAlterTableItem, MySqlObject

See Also:
Serialized Form

Constructor Summary
MySqlAlterTableAddIndex()
           
 
Method Summary
 void accept0(MySqlASTVisitor visitor)
           
 String getUsing()
           
 void setUsing(String using)
           
 
Methods inherited from class com.alibaba.druid.sql.ast.statement.SQLAlterTableAddIndex
getItems, getName, getType, setItems, setName, setType
 
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 

Constructor Detail

MySqlAlterTableAddIndex

public MySqlAlterTableAddIndex()
Method Detail

getUsing

public String getUsing()

setUsing

public void setUsing(String using)

accept0

public void accept0(MySqlASTVisitor visitor)
Specified by:
accept0 in interface MySqlObject


Copyright © 2012 Alibaba Group. All Rights Reserved.