Package com.alibaba.druid
Enum DbType
- All Implemented Interfaces:
Serializable,Comparable<DbType>,java.lang.constant.Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription华为的mpp数据库非常成熟的开源mpp数据库 -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanstatic booleanisPostgreSQLDbStyle(DbType dbType) static longstatic DbTypestatic DbTypeReturns 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.
-
Enum Constant Details
-
other
-
jtds
-
hsql
-
db2
-
postgresql
-
sqlserver
-
oracle
-
mysql
-
mariadb
-
derby
-
hive
-
h2
-
dm
-
kingbase
-
gbase
-
oceanbase
-
informix
-
odps
-
teradata
-
phoenix
-
edb
-
kylin
-
sqlite
-
ads
-
presto
-
elastic_search
-
hbase
-
drds
-
clickhouse
-
blink
-
antspark
-
oceanbase_oracle
-
polardb
-
ali_oracle
-
mock
-
sybase
-
highgo
-
greenplum
非常成熟的开源mpp数据库 -
gaussdb
华为的mpp数据库 -
trino
-
oscar
-
tidb
-
tydb
-
starrocks
-
goldendb
-
ingres
-
cloudscape
-
timesten
-
as400
-
sapdb
-
kdb
-
log4jdbc
-
xugu
-
firebirdsql
-
JSQLConnect
-
JTurbo
-
interbase
-
pointbase
-
edbc
-
mimer
-
taosdata
-
-
Field Details
-
mask
public final long mask -
hashCode64
public final long hashCode64
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
of
-
of
-
isPostgreSQLDbStyle
-
equals
-