public class SQLAlterTableAddIndex extends SQLObjectImpl implements SQLAlterTableItem
构造器和说明 |
---|
SQLAlterTableAddIndex() |
限定符和类型 | 方法和说明 |
---|---|
void |
addItem(SQLSelectOrderByItem item) |
List<SQLSelectOrderByItem> |
getItems() |
SQLName |
getName() |
String |
getType() |
String |
getUsing() |
boolean |
isKey() |
boolean |
isUnique() |
void |
setKey(boolean key) |
void |
setName(SQLName name) |
void |
setType(String type) |
void |
setUnique(boolean unique) |
void |
setUsing(String using) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public boolean isUnique()
public void setUnique(boolean unique)
public List<SQLSelectOrderByItem> getItems()
public void addItem(SQLSelectOrderByItem item)
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 boolean isKey()
public void setKey(boolean key)
Copyright © 2013–2016 Alibaba Group. All rights reserved.