| 程序包 | 说明 |
|---|---|
| com.ds.common.database.metadata | |
| com.ds.common.database.util |
| 限定符和类型 | 方法和说明 |
|---|---|
ColInfo |
ColInfo.fillData(com.ds.enums.db.DBField annotation) |
ColInfo |
TableInfo.getCoInfoByName(String name) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<ColInfo> |
TableInfo.getColList() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TableInfo.addCol(ColInfo col) |
void |
TableInfo.setCol(String name,
ColInfo col) |
void |
MetadataFactory.sortColIndex(String tableName,
ColInfo colInfo,
String nextColName) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
MetadataFactory.addCols(String tableName,
List<ColInfo> cols) |
void |
MetadataFactory.modifyTableCols(String tableName,
List<ColInfo> cols) |
void |
TableInfo.setColList(List<ColInfo> colList) |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
TypeMapping.getMappedType(ColInfo field) |
static String |
TypeMapping.getSimpleType(ColInfo field) |
Copyright © 2023 onecode. All rights reserved.