public enum JdbcDriverType extends Enum<JdbcDriverType>
| Enum Constant and Description |
|---|
CLICKHOUSE |
DB2 |
DERBY_CLIENT |
DERBY_EMBEDDED |
FIREBIRD |
FIREBIRD_SQL |
H2 |
HSQL |
INFORMIX |
JTDS |
MARIADB |
MYSQL |
MYSQL_GOOGLE |
OPENMLDB |
ORACLE |
POSTGRESQL |
REDSHIFT |
SAPHANA |
SNOWFLAKE |
SQLDROID |
SQLLITE |
SQLSERVER |
SYBASE |
TEST_CONTAINERS |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(String url) |
static JdbcDriverType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JdbcDriverType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JdbcDriverType CLICKHOUSE
public static final JdbcDriverType DB2
public static final JdbcDriverType DERBY_CLIENT
public static final JdbcDriverType DERBY_EMBEDDED
public static final JdbcDriverType FIREBIRD
public static final JdbcDriverType FIREBIRD_SQL
public static final JdbcDriverType H2
public static final JdbcDriverType HSQL
public static final JdbcDriverType INFORMIX
public static final JdbcDriverType JTDS
public static final JdbcDriverType MARIADB
public static final JdbcDriverType MYSQL
public static final JdbcDriverType MYSQL_GOOGLE
public static final JdbcDriverType ORACLE
public static final JdbcDriverType POSTGRESQL
public static final JdbcDriverType REDSHIFT
public static final JdbcDriverType SAPHANA
public static final JdbcDriverType SNOWFLAKE
public static final JdbcDriverType SQLDROID
public static final JdbcDriverType SQLLITE
public static final JdbcDriverType SQLSERVER
public static final JdbcDriverType SYBASE
public static final JdbcDriverType TEST_CONTAINERS
public static final JdbcDriverType OPENMLDB
public static JdbcDriverType[] values()
for (JdbcDriverType c : JdbcDriverType.values()) System.out.println(c);
public static JdbcDriverType 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 boolean matches(String url)
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.