public class MySqlKey extends SQLUnique implements SQLUniqueConstraint, SQLTableConstraint
| 构造器和说明 |
|---|
MySqlKey() |
| 限定符和类型 | 方法和说明 |
|---|---|
SQLName |
getIndexName() |
String |
getIndexType() |
boolean |
isHasConstaint() |
void |
setHasConstaint(boolean hasConstaint) |
void |
setIndexName(SQLName indexName) |
void |
setIndexType(String indexType) |
getColumnsgetEnable, getName, setEnable, setNameaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toStringgetColumnsgetName, setNameaccept, getAttribute, getAttributes, getAttributesDirect, getParent, 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-2014 Alibaba Group. All Rights Reserved.