public class MySqlUnique extends MySqlKey
hints| Constructor and Description |
|---|
MySqlUnique() |
| Modifier and Type | Method and Description |
|---|---|
MySqlUnique |
clone() |
SQLExpr |
getDbPartitionBy() |
SQLExpr |
getTablePartitionBy() |
SQLExpr |
getTablePartitions() |
boolean |
isGlobal() |
boolean |
isLocal() |
void |
setDbPartitionBy(SQLExpr x) |
void |
setGlobal(boolean global) |
void |
setLocal(boolean local) |
void |
setTablePartitionBy(SQLExpr x) |
void |
setTablePartitions(SQLExpr x) |
cloneTo, getIndexType, getKeyBlockSize, isHasConstraint, setHasConstraint, setIndexType, setKeyBlockSizeaddColumn, 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 MySqlUnique clone()
public SQLExpr getDbPartitionBy()
public void setDbPartitionBy(SQLExpr x)
public boolean isGlobal()
public void setGlobal(boolean global)
public boolean isLocal()
public void setLocal(boolean local)
public SQLExpr getTablePartitions()
public void setTablePartitions(SQLExpr x)
public SQLExpr getTablePartitionBy()
public void setTablePartitionBy(SQLExpr x)
Copyright © 2013–2020 Alibaba Group. All rights reserved.