| 程序包 | 说明 |
|---|---|
| cn.schoolwow.quickdao.builder.ddl | |
| cn.schoolwow.quickdao.domain |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DDLBuilder.createIndex(Entity entity,
IndexType indexType)
创建索引
|
void |
AbstractDDLBuilder.createIndex(Entity entity,
IndexType indexType) |
void |
MySQLDDLBuilder.dropIndex(Entity entity,
IndexType indexType) |
void |
DDLBuilder.dropIndex(Entity entity,
IndexType indexType)
删除索引
|
void |
AbstractDDLBuilder.dropIndex(Entity entity,
IndexType indexType) |
boolean |
SQLServerDDLBuilder.hasIndexExists(Entity entity,
IndexType indexType) |
boolean |
SQLiteDDLBuilder.hasIndexExists(Entity entity,
IndexType indexType) |
boolean |
PostgreDDLBuilder.hasIndexExists(Entity entity,
IndexType indexType) |
boolean |
MySQLDDLBuilder.hasIndexExists(Entity entity,
IndexType indexType) |
boolean |
H2DDLBuilder.hasIndexExists(Entity entity,
IndexType indexType) |
protected abstract boolean |
AbstractDDLBuilder.hasIndexExists(Entity entity,
IndexType indexType)
判断索引是否存在
|
| 限定符和类型 | 方法和说明 |
|---|---|
static IndexType |
IndexType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static IndexType[] |
IndexType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
Copyright © 2020. All rights reserved.