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

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by com.alibaba.druid.sql.ast.SQLStatementImpl
          extended by com.alibaba.druid.sql.ast.statement.SQLCreateIndexStatement
All Implemented Interfaces:
SQLObject, SQLStatement, SQLDDLStatement, Serializable
Direct Known Subclasses:
MySqlCreateIndexStatement, OracleCreateIndexStatement

public class SQLCreateIndexStatement
extends SQLStatementImpl
implements SQLDDLStatement

See Also:
Serialized Form

Constructor Summary
SQLCreateIndexStatement()
           
 
Method Summary
 List<SQLSelectOrderByItem> getItems()
           
 SQLName getName()
           
 SQLName getTable()
           
 String getType()
           
 void setItems(List<SQLSelectOrderByItem> items)
           
 void setName(SQLName name)
           
 void setTable(SQLName table)
           
 void setType(String type)
           
 
Methods inherited from class com.alibaba.druid.sql.ast.SQLStatementImpl
output
 
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, getAttribute, getAttributes, getAttributesDirect, getParent, 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

SQLCreateIndexStatement

public SQLCreateIndexStatement()
Method Detail

getTable

public SQLName getTable()

setTable

public void setTable(SQLName table)

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.