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, simplify
cloneTo, cloneTo, getDbType, getEnable, getHints, getRely, getValidate, replace, setDbType, setEnable, setHints, setRely, setValidate
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
containsColumn, containsColumn, getColumns
getComment, getName, setComment, setName, simplify
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParent
getColumns, getCovering
public 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.