com.alibaba.druid.sql.ast.statement
Class SQLAlterTableAddIndex

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by com.alibaba.druid.sql.ast.statement.SQLAlterTableAddIndex
All Implemented Interfaces:
SQLObject, SQLAlterTableItem, Serializable
Direct Known Subclasses:
MySqlAlterTableAddIndex, MySqlAlterTableAddUnique

public class SQLAlterTableAddIndex
extends SQLObjectImpl
implements SQLAlterTableItem

See Also:
Serialized Form

Constructor Summary
SQLAlterTableAddIndex()
           
 
Method Summary
 List<SQLSelectOrderByItem> getItems()
           
 SQLName getName()
           
 String getType()
           
 void setItems(List<SQLSelectOrderByItem> items)
           
 void setName(SQLName name)
           
 void setType(String type)
           
 
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

SQLAlterTableAddIndex

public SQLAlterTableAddIndex()
Method Detail

getItems

public List<SQLSelectOrderByItem> getItems()

setItems

public void setItems(List<SQLSelectOrderByItem> items)

getName

public SQLName getName()

setName

public void setName(SQLName name)

getType

public String getType()

setType

public void setType(String type)


Copyright © 2012 Alibaba Group. All Rights Reserved.