| 限定符和类型 | 方法和说明 |
|---|---|
abstract SdAbstractIndexKeyContent |
SdAbstractTableContentConverter.newIndexKeyContent(SdColumn col)
初始化一个索引内容,子类需要实现它并初始化子类相应的内容
|
| 限定符和类型 | 方法和说明 |
|---|---|
SdAbstractIndexKeyContent |
SdTableContentConverterDB2Impl.newIndexKeyContent(SdColumn col) |
| 限定符和类型 | 方法和说明 |
|---|---|
SdAbstractIndexKeyContent |
SdTableContentConverterMySqlImpl.newIndexKeyContent(SdColumn col) |
| 限定符和类型 | 方法和说明 |
|---|---|
SdAbstractIndexKeyContent |
SdTableContentConverterOracleImpl.newIndexKeyContent(SdColumn col) |
| 限定符和类型 | 方法和说明 |
|---|---|
SdAbstractIndexKeyContent |
SdTableContentConverterPostgreSqlImpl.newIndexKeyContent(SdColumn col) |
| 限定符和类型 | 方法和说明 |
|---|---|
SdAbstractIndexKeyContent |
SdTableContentConverterSqliteImpl.newIndexKeyContent(SdColumn col) |
| 限定符和类型 | 方法和说明 |
|---|---|
SdAbstractIndexKeyContent |
SdTableContentConverterSqlServerImpl.newIndexKeyContent(SdColumn col) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
SdBasicIndexKeyContent
索引属性的基本实现版实现,实际数据库如果操作相同可以继承该类,不同可以选择重写
|
| 限定符和类型 | 方法和说明 |
|---|---|
SdAbstractIndexKeyContent |
SdAbstractIndexKeyContent.addColumn(String column)
添加索引列名
|
SdAbstractIndexKeyContent |
SdAbstractIndexKeyContent.addExtension(String key,
Object value)
添加附加属性
|
SdAbstractIndexKeyContent |
SdAbstractIndexKeyContent.setColumns(List<String> columns)
设置索引列名
|
SdAbstractIndexKeyContent |
SdAbstractIndexKeyContent.setConcurrently(boolean concurrently)
设置索引是否并发
|
SdAbstractIndexKeyContent |
SdAbstractIndexKeyContent.setExtensions(Map<String,Object> extensions)
设置附加属性
|
SdAbstractIndexKeyContent |
SdAbstractIndexKeyContent.setName(String name)
设置索引名字
|
SdAbstractIndexKeyContent |
SdAbstractIndexKeyContent.setRemark(String remark)
设置索引的注释
|
SdAbstractIndexKeyContent |
SdAbstractIndexKeyContent.setRemoveIndexName(String removeIndexName)
设置删除索引的名字
|
SdAbstractIndexKeyContent |
SdAbstractIndexKeyContent.setSchema(String schema)
设置索引模式
|
SdAbstractIndexKeyContent |
SdAbstractIndexKeyContent.setTable(String table)
设置索引的表
|
SdAbstractIndexKeyContent |
SdAbstractIndexKeyContent.setType(String type)
设置索引类型
|
SdAbstractIndexKeyContent |
SdAbstractIndexKeyContent.setUnique(boolean unique)
设置索引是否为唯一索引
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<SdAbstractIndexKeyContent> |
SdAbstractTableContent.getIndexKeys()
获取索引属性
|
| 限定符和类型 | 方法和说明 |
|---|---|
SdAbstractTableContent |
SdAbstractTableContent.addIndexKey(SdAbstractIndexKeyContent indexKey)
添加索引属性
|
| 限定符和类型 | 方法和说明 |
|---|---|
SdAbstractTableContent |
SdAbstractTableContent.setIndexKeys(List<SdAbstractIndexKeyContent> indexKeys)
设置索引属性
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
SdIndexKeyContentByDB2 |
| 限定符和类型 | 类和说明 |
|---|---|
class |
SdIndexKeyContentByMySQL
索引属性MySQL版实现
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
SdIndexKeyContentByOracle |
| 限定符和类型 | 类和说明 |
|---|---|
class |
SdIndexKeyContentByPostgreSQL
索引属性PostgreSQL版实现
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SdTableContentByPostgreSQL.generateIndex(boolean mode,
SdAbstractIndexKeyContent index,
List<String> result)
创建索引
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
SdIndexKeyContentBySqlite
索引属性SQLite版实现
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
SdIndexKeyContentBySqlServer
索引属性SQL Server版实现
|
Copyright © 2019 Mirren Tools. All rights reserved.