| 程序包 | 说明 |
|---|---|
| io.seata.core.constants | |
| io.seata.core.store.db |
| 限定符和类型 | 方法和说明 |
|---|---|
static DBType |
DBType.valueof(String dbType)
Valueof db type.
|
static DBType |
DBType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static DBType[] |
DBType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected DBType |
AbstractDataSourceGenerator.getDBType()
Get db type db type.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected static String |
AbstractDataSourceGenerator.getDriverName(DBType dbType)
Get driver name string.
|
protected String |
AbstractDataSourceGenerator.getValidationQuery(DBType dbType)
Get validation query string.
|
Copyright © 2019 Seata. All rights reserved.