Package | Description |
---|---|
org.tinygroup.database.config.table | |
org.tinygroup.database.table.impl |
Modifier and Type | Method and Description |
---|---|
List<Index> |
Table.getIndexList() |
Modifier and Type | Method and Description |
---|---|
void |
Table.setIndexList(List<Index> indexList) |
Modifier and Type | Method and Description |
---|---|
protected void |
Db2SqlProcessorImpl.appendIndexReverse(StringBuffer ddlBuffer,
Index index) |
protected void |
SqlProcessorImpl.appendIndexReverse(StringBuffer ddlBuffer,
Index index) |
protected void |
OracleSqlProcessorImpl.appendIndexReverse(StringBuffer ddlBuffer,
Index index) |
protected void |
InformixSqlProcessorImpl.appendIndexReverse(StringBuffer ddlBuffer,
Index index) |
protected boolean |
Db2SqlProcessorImpl.checkIndexBaseSame(Index tableIndex,
Map<String,String> dbIndexMap,
Connection con) |
protected boolean |
SqlProcessorImpl.checkIndexBaseSame(Index tableIndex,
Map<String,String> dbIndexMap,
Connection con)
index基本信息是否一致
|
protected boolean |
OracleSqlProcessorImpl.checkIndexBaseSame(Index tableIndex,
Map<String,String> dbIndexMap,
Connection con) |
protected String |
SqlProcessorImpl.getIndexName(Index index,
Table table) |
protected String |
SybaseSqlProcessorImpl.getIndexName(Index index,
Table table) |
protected String |
SqlserverSqlProcessorImpl.getIndexName(Index index,
Table table) |
protected String |
MysqlSqlProcessorImpl.getIndexName(Index index,
Table table) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
SqlProcessorImpl.notNeedDropIndex(List<Index> preAddIndexes,
Table table,
String dbIndexName,
Map<String,Map<String,String>> dbIndexMaps,
Connection connection) |
protected boolean |
InformixSqlProcessorImpl.notNeedDropIndex(List<Index> preAddIndexes,
Table table,
String dbIndexName,
Map<String,Map<String,String>> dbIndexMaps,
Connection connection)
informix不会删除索引
因为有系统索引(主键、外键、clob都会有)存在,无法辨别
|
Copyright © 2006–2018 TinyGroup. All rights reserved.