public class MySqlKey extends SQLUnique implements SQLUniqueConstraint, SQLTableConstraint
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, getColumns
getEnable, getName, setEnable, setName
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getColumns
getName, setName
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public 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.