public class Index<T extends Index> extends Constraint<T> implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
protected boolean |
cluster |
protected boolean |
fulltext |
protected boolean |
primary |
protected boolean |
spatial |
columns, type, unique| 构造器和说明 |
|---|
Index() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
isCluster() |
boolean |
isFulltext() |
boolean |
isPrimary() |
boolean |
isSpatial() |
Index |
setCluster(boolean cluster) |
Index |
setFulltext(boolean fulltext) |
Index |
setPrimary(boolean primary) |
Index |
setSpatial(boolean spatial) |
addColumn, addColumn, addColumn, addColumn, clone, getColumn, getColumns, getTable, getTableName, getType, isUnique, setColumns, setType, setUniqueaddDdl, ddl, ddl, ddls, ddls, delete, drop, getAction, getCatalog, getComment, getDdl, getDdl, getDdls, getDdls, getDefinition, getName, getObjectId, getSchema, getUpdate, isDelete, isDrop, setAction, setCatalog, setComment, setDdls, setDefinition, setDelete, setDrop, setName, setNewName, setNewName, setObjectId, setSchema, setTable, setTable, setUpdate, update, updateprotected boolean primary
protected boolean cluster
protected boolean fulltext
protected boolean spatial
public boolean isCluster()
public Index setCluster(boolean cluster)
public boolean isFulltext()
public Index setFulltext(boolean fulltext)
public boolean isSpatial()
public Index setSpatial(boolean spatial)
public boolean isPrimary()
public Index setPrimary(boolean primary)
Copyright © 2023. All rights reserved.