public class MySqlKey extends SQLUnique implements SQLUniqueConstraint, SQLTableConstraint
hints| Constructor and Description |
|---|
MySqlKey() |
| Modifier and Type | Method and Description |
|---|---|
SQLName |
getIndexName() |
String |
getIndexType() |
boolean |
isHasConstaint() |
void |
setHasConstaint(boolean hasConstaint) |
void |
setIndexName(SQLName indexName) |
void |
setIndexType(String indexType) |
addColumn, getColumnsgetEnable, getHints, getName, setEnable, setHints, setNameaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetColumnsgetName, setNameaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic String getIndexType()
public void setIndexType(String indexType)
public SQLName getIndexName()
public void setIndexName(SQLName indexName)
public boolean isHasConstaint()
public void setHasConstaint(boolean hasConstaint)
Copyright © 2013–2017 Alibaba Group. All rights reserved.