public class SQLAlterTableAddIndex extends SQLObjectImpl implements SQLAlterTableItem
| Constructor and Description |
|---|
SQLAlterTableAddIndex() |
| Modifier and Type | Method and Description |
|---|---|
void |
addItem(SQLSelectOrderByItem item) |
void |
cloneTo(MySqlKey x) |
void |
cloneTo(MySqlTableIndex x) |
SQLExpr |
getComment() |
List<SQLSelectOrderByItem> |
getItems() |
SQLName |
getName() |
String |
getType() |
String |
getUsing() |
boolean |
isKey() |
boolean |
isUnique() |
void |
setComment(SQLExpr comment) |
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, clone, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic 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)
public void cloneTo(MySqlTableIndex x)
public void cloneTo(MySqlKey x)
public SQLExpr getComment()
public void setComment(SQLExpr comment)
Copyright © 2013–2018 Alibaba Group. All rights reserved.