public class MySqlUnique extends MySqlKey
indexDefinitionattributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
MySqlUnique() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(MySqlASTVisitor visitor) |
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) |
accept0, accept0, 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, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringcontainsColumn, containsColumn, getColumnsgetComment, getName, setComment, setName, simplifyaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentgetColumns, getCoveringprotected void accept0(MySqlASTVisitor visitor)
public 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–2023. All rights reserved.