public enum DbType extends Enum<DbType>
| Enum Constant and Description |
|---|
CLICK_HOUSE
ClickHouse
|
CSIIDB
CSIIDB
|
CUBRID
CUBRID
|
DB2
DB2
|
DB2_1005 |
DERBY
derby
|
DM
DM
|
DORIS
Doris 兼容 Mysql,使用 MySql 驱动和协议
|
DUCKDB
Duckdb
|
FIREBIRD
Firebird
|
GAUSS
Gauss
|
GBASE
GBase
|
GBASE_8S
GBase-8s
|
GOLDILOCKS
GOLDILOCKS
|
GREENPLUM
greenplum
|
H2
H2
|
HIGH_GO
HighGo
|
HIVE
Hive SQL
|
HSQL
HSQL
|
IMPALA
Impala
|
INFORMIX
Informix
|
KINGBASE_ES
Kingbase
|
LEALONE
lealone
|
MARIADB
MARIADB
|
MYSQL
MYSQL
|
OCEAN_BASE
OceanBase
|
OPENGAUSS
openGauss
|
ORACLE
ORACLE
|
ORACLE_12C
oracle12c
|
OSCAR
Oscar
|
OTHER
UNKNOWN DB
|
PHOENIX
Phoenix
|
POSTGRE_SQL
POSTGRE
|
REDSHIFT
redshift
|
SAP_HANA
CSIIDB
|
SINODB
sinodb
|
SQLITE
SQLITE
|
SQLSERVER
SQLSERVER
|
SQLSERVER_2005
SqlServer 2005 数据库
|
SYBASE
Sybase
|
TDENGINE
TDengine
|
TRINO
Trino
|
UXDB
uxdb
|
VERTICA
Vertica
|
XCloud
东方国信 xcloud
|
XUGU
xugu
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
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 MARIADB
public static final DbType ORACLE
public static final DbType ORACLE_12C
public static final DbType DB2
public static final DbType DB2_1005
public static final DbType H2
public static final DbType HSQL
public static final DbType SQLITE
public static final DbType POSTGRE_SQL
public static final DbType SQLSERVER
public static final DbType SQLSERVER_2005
public static final DbType DM
public static final DbType XUGU
public static final DbType KINGBASE_ES
public static final DbType PHOENIX
public static final DbType GAUSS
public static final DbType CLICK_HOUSE
public static final DbType GBASE
public static final DbType GBASE_8S
public static final DbType OSCAR
public static final DbType SYBASE
public static final DbType OCEAN_BASE
public static final DbType FIREBIRD
public static final DbType DERBY
public static final DbType HIGH_GO
public static final DbType CUBRID
public static final DbType GOLDILOCKS
public static final DbType CSIIDB
public static final DbType SAP_HANA
public static final DbType IMPALA
public static final DbType VERTICA
public static final DbType XCloud
public static final DbType REDSHIFT
public static final DbType OPENGAUSS
public static final DbType TDENGINE
public static final DbType INFORMIX
public static final DbType SINODB
public static final DbType UXDB
public static final DbType GREENPLUM
public static final DbType LEALONE
public static final DbType HIVE
public static final DbType DORIS
public static final DbType TRINO
public static final DbType DUCKDB
public static final DbType OTHER
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 nullpublic String getName()
Copyright © 2024. All rights reserved.