| 程序包 | 说明 |
|---|---|
| com.centit.support.database | |
| com.centit.support.database.metadata |
| 限定符和类型 | 方法和说明 |
|---|---|
DBType |
DBConnect.getDatabaseType() |
DBType |
DbcpConnect.getDatabaseType() |
DBType |
DataSourceDescription.getDbType() |
static DBType |
DBType.mapDBType(String connurl) |
static DBType |
DBType.mapDialectToDBType(String dialectName) |
static DBType |
DBType.valueOf(int ordinal) |
static DBType |
DBType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static DBType[] |
DBType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Set<DBType> |
DBType.allValues() |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
DBType.getDbDriver(DBType dt) |
static String |
DBType.getDBTypeName(DBType type) |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
SimpleTableField.mapToDatabaseType(String javaType,
DBType dbt) |
Copyright © 2017. All rights reserved.