public class MySqlKey extends SQLUnique implements SQLUniqueConstraint, SQLTableConstraint
hints| Constructor and Description |
|---|
MySqlKey() |
| Modifier and Type | Method and Description |
|---|---|
MySqlKey |
clone() |
void |
cloneTo(MySqlKey x) |
String |
getIndexType() |
SQLExpr |
getKeyBlockSize() |
boolean |
isHasConstaint() |
void |
setHasConstaint(boolean hasConstaint) |
void |
setIndexType(String indexType) |
void |
setKeyBlockSize(SQLExpr x) |
addColumn, addColumn, applyColumnRename, applyDropColumn, cloneTo, containsColumn, containsColumn, getColumns, simplifycloneTo, cloneTo, getComment, getDbType, getEnable, getHints, getName, getRely, getValidate, setComment, setDbType, setEnable, setHints, setName, setName, setRely, setValidateaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcontainsColumn, containsColumn, getColumnsgetComment, getName, setComment, setName, simplifyaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic String getIndexType()
public void setIndexType(String indexType)
public boolean isHasConstaint()
public void setHasConstaint(boolean hasConstaint)
public void cloneTo(MySqlKey x)
public MySqlKey clone()
public SQLExpr getKeyBlockSize()
public void setKeyBlockSize(SQLExpr x)
Copyright © 2013–2018 Alibaba Group. All rights reserved.