| Package | Description |
|---|---|
| io.seata.core.constants | |
| io.seata.core.store.db |
| Modifier and Type | Method and Description |
|---|---|
static DBType |
DBType.valueof(String dbType)
Valueof db type.
|
static DBType |
DBType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DBType[] |
DBType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected DBType |
AbstractDataSourceProvider.getDBType()
Get db type db type.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
AbstractDataSourceProvider.getValidationQuery(DBType dbType)
Get validation query string.
|
Copyright © 2023 Seata. All rights reserved.