public class MySqlKey extends SQLUnique implements SQLUniqueConstraint, SQLTableConstraint, SQLIndex
hints| Constructor and Description |
|---|
MySqlKey() |
| Modifier and Type | Method and Description |
|---|---|
MySqlKey |
clone() |
void |
cloneTo(MySqlKey x) |
String |
getIndexType() |
SQLExpr |
getKeyBlockSize() |
boolean |
isHasConstraint() |
void |
setHasConstraint(boolean hasConstraint) |
void |
setIndexType(String indexType) |
void |
setKeyBlockSize(SQLExpr x) |
addColumn, addColumn, applyColumnRename, applyDropColumn, cloneTo, containsColumn, containsColumn, getColumns, getComment, getCovering, getIndexDefinition, getName, setComment, setName, setName, simplifycloneTo, cloneTo, getDbType, getEnable, getHints, getRely, getValidate, replace, setDbType, setEnable, setHints, setRely, setValidateaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcontainsColumn, containsColumn, getColumnsgetComment, getName, setComment, setName, simplifyaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentgetColumns, getCoveringpublic String getIndexType()
public void setIndexType(String indexType)
public boolean isHasConstraint()
public void setHasConstraint(boolean hasConstraint)
public void cloneTo(MySqlKey x)
public MySqlKey clone()
public SQLExpr getKeyBlockSize()
public void setKeyBlockSize(SQLExpr x)
Copyright © 2013–2021 Alibaba Group. All rights reserved.