public enum DBType extends Enum<DBType>
| Enum Constant and Description |
|---|
ACCESS
Access db type.
|
CLICKHOUSE
ClickHouse db type.
|
DB2
Db 2 db type.
|
DERBY
Derby db type.
|
DM
DM db type.
|
EDB
EDB db type.
|
ELASTIC_SEARCH
Elasticsearch db type.
|
GBASE
GBase db type.
|
H2
H2 db type.
|
HBASE
HBase db type.
|
HIVE
Hive db type.
|
HSQL
HyperSQL db type.
|
INFORMIX
Informix db type.
|
JTDS
JTDS db type.
|
KDB
kdb db type.
|
KINGBASE
Kingbase db type.
|
KYLIN
Kylin db type.
|
LOG4JDBC
Log4jdbc db type.
|
MARIADB
Maria db type.
|
MYSQL
Mysql db type.
|
OCEANBASE
Oceanbase db type.
|
OCEANBASE_ORACLE
OceanBase_Oracle db type.
|
ODPS
ODPS db type.
|
ORACLE
Oracle db type.
|
PHOENIX
Phoenix db type.
|
POLARDB
PolarDB db type.
|
POSTGRESQL
Postgresql db type.
|
PRESTO
Presto db type.
|
SQLITE
Sqlite db type.
|
SQLSERVER
Sqlserver db type.
|
SYBAEE
Sybaee db type.
|
SYBASE
Sybase db type.
|
TERADATA
Teradata db type.
|
XUGU
Xugu db type.
|
| Modifier and Type | Method and Description |
|---|---|
static DBType |
valueof(String dbType)
Valueof db type.
|
static DBType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DBType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DBType MYSQL
public static final DBType ORACLE
public static final DBType DB2
public static final DBType SQLSERVER
public static final DBType SYBAEE
public static final DBType H2
public static final DBType SQLITE
public static final DBType ACCESS
public static final DBType POSTGRESQL
public static final DBType OCEANBASE
public static final DBType MARIADB
public static final DBType JTDS
public static final DBType HSQL
public static final DBType SYBASE
public static final DBType DERBY
public static final DBType HBASE
public static final DBType HIVE
public static final DBType DM
public static final DBType KINGBASE
public static final DBType GBASE
public static final DBType XUGU
public static final DBType OCEANBASE_ORACLE
public static final DBType INFORMIX
public static final DBType ODPS
public static final DBType TERADATA
public static final DBType LOG4JDBC
public static final DBType PHOENIX
public static final DBType EDB
public static final DBType KYLIN
public static final DBType PRESTO
public static final DBType ELASTIC_SEARCH
public static final DBType CLICKHOUSE
public static final DBType KDB
public static final DBType POLARDB
public static DBType[] values()
for (DBType c : DBType.values()) System.out.println(c);
public static DBType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2023 Seata. All rights reserved.