| 程序包 | 说明 |
|---|---|
| cn.smallbun.screw.core.query |
Database query
|
| cn.smallbun.screw.core.util |
Screw util
|
| 限定符和类型 | 方法和说明 |
|---|---|
static DatabaseType |
DatabaseType.getType(String dbType)
获取数据库类型
|
static DatabaseType |
DatabaseType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static DatabaseType[] |
DatabaseType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static DatabaseType |
JdbcUtils.getDbType(String jdbcUrl)
根据连接地址判断数据库类型
|
Copyright © 2020. All rights reserved.