| 程序包 | 说明 |
|---|---|
| org.anyline.dao | |
| org.anyline.dao.impl.springjdbc | |
| org.anyline.jdbc.adapter | |
| org.anyline.jdbc.entity | |
| org.anyline.service |
| 限定符和类型 | 方法和说明 |
|---|---|
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.drop(Index index) |
| 限定符和类型 | 方法和说明 |
|---|---|
LinkedHashMap<String,Index> |
AnylineDaoImpl.indexs(String table) |
LinkedHashMap<String,Index> |
AnylineDaoImpl.indexs(String catalog,
String schema,
String table) |
LinkedHashMap<String,Index> |
AnylineDaoImpl.indexs(Table table)
所引
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
AnylineDaoImpl.add(Index index) |
boolean |
AnylineDaoImpl.alter(Index index) |
boolean |
AnylineDaoImpl.drop(Index index) |
| 限定符和类型 | 方法和说明 |
|---|---|
LinkedHashMap<String,Index> |
SimpleJDBCAdapter.indexs(boolean create,
Table table,
LinkedHashMap<String,Index> indexs,
ResultSet set) |
LinkedHashMap<String,Index> |
JDBCAdapter.indexs(boolean create,
Table table,
LinkedHashMap<String,Index> indexs,
ResultSet set)
解析JDBC getIndex结果
|
LinkedHashMap<String,Index> |
SimpleJDBCAdapter.indexs(boolean create,
Table table,
LinkedHashMap<String,Index> indexs,
org.springframework.jdbc.support.rowset.SqlRowSet set) |
LinkedHashMap<String,Index> |
JDBCAdapter.indexs(boolean create,
Table table,
LinkedHashMap<String,Index> indexs,
org.springframework.jdbc.support.rowset.SqlRowSet set) |
LinkedHashMap<String,Index> |
SimpleJDBCAdapter.indexs(int index,
boolean create,
Table table,
LinkedHashMap<String,Index> indexs,
DataSet set) |
LinkedHashMap<String,Index> |
JDBCAdapter.indexs(int index,
boolean create,
Table table,
LinkedHashMap<String,Index> indexs,
DataSet set)
根据查询结果集构造Index
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
SimpleJDBCAdapter.buildAddRunSQL(Index index)
添加索引
|
String |
JDBCAdapter.buildAddRunSQL(Index index)
添加索引
|
List<String> |
SimpleJDBCAdapter.buildAlterRunSQL(Index index)
修改索引
有可能生成多条SQL
|
List<String> |
JDBCAdapter.buildAlterRunSQL(Index index)
修改索引
有可能生成多条SQL
|
String |
SimpleJDBCAdapter.buildDropRunSQL(Index index)
删除索引
|
String |
JDBCAdapter.buildDropRunSQL(Index index)
删除索引
|
String |
SimpleJDBCAdapter.buildRenameRunSQL(Index index)
修改索引名
一般不直接调用,如果需要由buildAlterRunSQL内部统一调用
|
String |
JDBCAdapter.buildRenameRunSQL(Index index)
修改索引名
一般不直接调用,如果需要由buildAlterRunSQL内部统一调用
|
| 限定符和类型 | 方法和说明 |
|---|---|
LinkedHashMap<String,Index> |
SimpleJDBCAdapter.indexs(boolean create,
Table table,
LinkedHashMap<String,Index> indexs,
ResultSet set) |
LinkedHashMap<String,Index> |
JDBCAdapter.indexs(boolean create,
Table table,
LinkedHashMap<String,Index> indexs,
ResultSet set)
解析JDBC getIndex结果
|
LinkedHashMap<String,Index> |
SimpleJDBCAdapter.indexs(boolean create,
Table table,
LinkedHashMap<String,Index> indexs,
org.springframework.jdbc.support.rowset.SqlRowSet set) |
LinkedHashMap<String,Index> |
JDBCAdapter.indexs(boolean create,
Table table,
LinkedHashMap<String,Index> indexs,
org.springframework.jdbc.support.rowset.SqlRowSet set) |
LinkedHashMap<String,Index> |
SimpleJDBCAdapter.indexs(int index,
boolean create,
Table table,
LinkedHashMap<String,Index> indexs,
DataSet set) |
LinkedHashMap<String,Index> |
JDBCAdapter.indexs(int index,
boolean create,
Table table,
LinkedHashMap<String,Index> indexs,
DataSet set)
根据查询结果集构造Index
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected LinkedHashMap<String,Index> |
Table.indexs |
| 限定符和类型 | 方法和说明 |
|---|---|
Index |
Constraint.getUpdate() |
| 限定符和类型 | 方法和说明 |
|---|---|
LinkedHashMap<String,Index> |
Table.getIndexs() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Constraint.setUpdate(Index update) |
| 限定符和类型 | 方法和说明 |
|---|---|
Table |
Table.setIndexs(LinkedHashMap<String,Index> indexs) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2022. All rights reserved.