| 限定符和类型 | 方法和说明 |
|---|---|
LinkedHashMap<String,Index> |
AnylineDao.indexs(String table) |
LinkedHashMap<String,Index> |
AnylineDao.indexs(String catalog,
String schema,
String table) |
LinkedHashMap<String,Index> |
AnylineDao.indexs(Table table) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
AnylineDao.add(Index index) |
boolean |
AnylineDao.alter(Index index) |
boolean |
AnylineDao.alter(Table table,
Index index) |
boolean |
AnylineDao.drop(Index index) |
| 限定符和类型 | 方法和说明 |
|---|---|
LinkedHashMap<String,Index> |
DefaultDao.indexs(String table) |
LinkedHashMap<String,Index> |
DefaultDao.indexs(String catalog,
String schema,
String table) |
LinkedHashMap<String,Index> |
DefaultDao.indexs(Table table)
所引
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
DefaultDao.add(Index index) |
boolean |
DefaultDao.alter(Index index) |
boolean |
DefaultDao.alter(Table table,
Index index) |
boolean |
DefaultDao.drop(Index index) |
| 限定符和类型 | 字段和说明 |
|---|---|
protected LinkedHashMap<String,Index> |
Table.indexs |
| 限定符和类型 | 方法和说明 |
|---|---|
Index |
Constraint.getUpdate() |
Index |
Index.setCluster(boolean cluster) |
Index |
Index.setPrimary(boolean primary) |
| 限定符和类型 | 方法和说明 |
|---|---|
LinkedHashMap<String,Index> |
Table.getIndexs() |
| 限定符和类型 | 方法和说明 |
|---|---|
Constraint |
Constraint.setUpdate(Index update) |
| 限定符和类型 | 方法和说明 |
|---|---|
Table |
Table.setIndexs(LinkedHashMap<String,Index> indexs) |
| 限定符和类型 | 方法和说明 |
|---|---|
LinkedHashMap<String,Index> |
JDBCAdapter.indexs(boolean create,
Table table,
LinkedHashMap<String,Index> indexs,
ResultSet set)
解析JDBC getIndex结果
|
LinkedHashMap<String,Index> |
DefaultJDBCAdapter.indexs(boolean create,
Table table,
LinkedHashMap<String,Index> indexs,
ResultSet set) |
LinkedHashMap<String,Index> |
JDBCAdapter.indexs(boolean create,
Table table,
LinkedHashMap<String,Index> indexs,
org.springframework.jdbc.support.rowset.SqlRowSet set) |
LinkedHashMap<String,Index> |
DefaultJDBCAdapter.indexs(boolean create,
Table table,
LinkedHashMap<String,Index> indexs,
org.springframework.jdbc.support.rowset.SqlRowSet set) |
LinkedHashMap<String,Index> |
JDBCAdapter.indexs(int index,
boolean create,
Table table,
LinkedHashMap<String,Index> indexs,
DataSet set)
根据查询结果集构造Index
|
LinkedHashMap<String,Index> |
DefaultJDBCAdapter.indexs(int index,
boolean create,
Table table,
LinkedHashMap<String,Index> indexs,
DataSet set) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
JDBCAdapter.buildAddRunSQL(Index index)
添加索引
|
String |
DefaultJDBCAdapter.buildAddRunSQL(Index index)
添加索引
|
List<String> |
JDBCAdapter.buildAlterRunSQL(Index index)
修改索引
有可能生成多条SQL
|
List<String> |
DefaultJDBCAdapter.buildAlterRunSQL(Index index)
修改索引
有可能生成多条SQL
|
String |
JDBCAdapter.buildDropRunSQL(Index index)
删除索引
|
String |
DefaultJDBCAdapter.buildDropRunSQL(Index index)
删除索引
|
String |
JDBCAdapter.buildRenameRunSQL(Index index)
修改索引名
一般不直接调用,如果需要由buildAlterRunSQL内部统一调用
|
String |
DefaultJDBCAdapter.buildRenameRunSQL(Index index)
修改索引名
一般不直接调用,如果需要由buildAlterRunSQL内部统一调用
|
| 限定符和类型 | 方法和说明 |
|---|---|
LinkedHashMap<String,Index> |
JDBCAdapter.indexs(boolean create,
Table table,
LinkedHashMap<String,Index> indexs,
ResultSet set)
解析JDBC getIndex结果
|
LinkedHashMap<String,Index> |
DefaultJDBCAdapter.indexs(boolean create,
Table table,
LinkedHashMap<String,Index> indexs,
ResultSet set) |
LinkedHashMap<String,Index> |
JDBCAdapter.indexs(boolean create,
Table table,
LinkedHashMap<String,Index> indexs,
org.springframework.jdbc.support.rowset.SqlRowSet set) |
LinkedHashMap<String,Index> |
DefaultJDBCAdapter.indexs(boolean create,
Table table,
LinkedHashMap<String,Index> indexs,
org.springframework.jdbc.support.rowset.SqlRowSet set) |
LinkedHashMap<String,Index> |
JDBCAdapter.indexs(int index,
boolean create,
Table table,
LinkedHashMap<String,Index> indexs,
DataSet set)
根据查询结果集构造Index
|
LinkedHashMap<String,Index> |
DefaultJDBCAdapter.indexs(int index,
boolean create,
Table table,
LinkedHashMap<String,Index> indexs,
DataSet set) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DDListener.afterAdd(Index index,
boolean result) |
void |
DDListener.afterAlter(Index index,
boolean result) |
void |
DDListener.afterDrop(Index index,
boolean result) |
boolean |
DDListener.beforeAdd(Index index) |
boolean |
DDListener.beforeAlter(Index index)
修改index之前触发
|
boolean |
DDListener.beforeDrop(Index index) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DefaultDDListener.afterAdd(Index index,
boolean result) |
void |
DefaultDDListener.afterAlter(Index index,
boolean result) |
void |
DefaultDDListener.afterDrop(Index index,
boolean result) |
boolean |
DefaultDDListener.beforeAdd(Index index) |
boolean |
DefaultDDListener.beforeAlter(Index index) |
boolean |
DefaultDDListener.beforeDrop(Index index) |
| 限定符和类型 | 方法和说明 |
|---|---|
static LinkedHashMap<String,Index> |
ServiceProxy.MetaDataService.indexs(String table) |
static LinkedHashMap<String,Index> |
ServiceProxy.MetaDataService.indexs(String catalog,
String schema,
String table) |
static LinkedHashMap<String,Index> |
ServiceProxy.MetaDataService.indexs(Table table) |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
ServiceProxy.DDLService.add(Index index) |
static boolean |
ServiceProxy.DDLService.alter(Index index) |
static boolean |
ServiceProxy.DDLService.drop(Index index) |
| 限定符和类型 | 方法和说明 |
|---|---|
LinkedHashMap<String,Index> |
AnylineService.MetaDataService.indexs(String table) |
LinkedHashMap<String,Index> |
AnylineService.MetaDataService.indexs(String catalog,
String schema,
String table) |
LinkedHashMap<String,Index> |
AnylineService.MetaDataService.indexs(Table table) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
AnylineService.DDLService.add(Index index) |
boolean |
AnylineService.DDLService.alter(Index index) |
boolean |
AnylineService.DDLService.drop(Index index) |
Copyright © 2023. All rights reserved.