public class MySqlKey extends SQLUnique implements SQLUniqueConstraint, SQLTableConstraint
| 限定符和类型 | 字段和说明 |
|---|---|
private boolean |
hasConstaint |
private String |
indexType |
private SQLExpr |
keyBlockSize |
comment, dbType, enable, hints, name, rely, validateattributes, parent| 构造器和说明 |
|---|
MySqlKey() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(MySqlASTVisitor visitor) |
protected void |
accept0(SQLASTVisitor visitor) |
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, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringcontainsColumn, containsColumn, getColumnsgetComment, getName, setComment, setName, simplifyaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate String indexType
private boolean hasConstaint
private SQLExpr keyBlockSize
protected void accept0(SQLASTVisitor visitor)
protected void accept0(MySqlASTVisitor visitor)
public 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–2019 Alibaba Group. All rights reserved.