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

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlTableIndex
All Implemented Interfaces:
SQLObject, SQLTableElement, Serializable

public class MySqlTableIndex
extends SQLObjectImpl
implements SQLTableElement

See Also:
Serialized Form

Constructor Summary
MySqlTableIndex()
           
 
Method Summary
 List<SQLExpr> getColumns()
           
 String getIndexType()
           
 SQLName getName()
           
 void setIndexType(String indexType)
           
 void setName(SQLName name)
           
 
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

MySqlTableIndex

public MySqlTableIndex()
Method Detail

getName

public SQLName getName()

getIndexType

public String getIndexType()

setIndexType

public void setIndexType(String indexType)

setName

public void setName(SQLName name)

getColumns

public List<SQLExpr> getColumns()


Copyright © 2012 Alibaba Group. All Rights Reserved.