public class SQLAlterTableAddIndex extends SQLObjectImpl implements SQLAlterTableItem
构造器和说明 |
---|
SQLAlterTableAddIndex() |
限定符和类型 | 方法和说明 |
---|---|
List<SQLSelectOrderByItem> |
getItems() |
String |
getKeyOrIndex() |
SQLName |
getName() |
String |
getType() |
String |
getUsing() |
boolean |
isUnique() |
void |
setKeyOrIndex(String keyOrIndex) |
void |
setName(SQLName name) |
void |
setType(String type) |
void |
setUnique(boolean unique) |
void |
setUsing(String using) |
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toString
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
public boolean isUnique()
public void setUnique(boolean unique)
public List<SQLSelectOrderByItem> getItems()
public SQLName getName()
public void setName(SQLName name)
public String getType()
public void setType(String type)
public String getUsing()
public void setUsing(String using)
public String getKeyOrIndex()
public void setKeyOrIndex(String keyOrIndex)
Copyright © 2013-2015 Alibaba Group. All Rights Reserved.