public enum ConnectConstant extends Enum<ConnectConstant>
Enum Constant and Description |
---|
AzureSQL |
DB2 |
Greenplum |
Hive |
Impala |
informix |
MYSQLV5 |
MYSQLV8 |
Netezza |
ORACLE |
PostgreSQL |
Redshift |
Snowflake |
SQLServer |
Sybase |
Teradata |
Modifier and Type | Method and Description |
---|---|
String |
getDriver() |
String |
getUrl() |
static ConnectConstant |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectConstant[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConnectConstant MYSQLV5
public static final ConnectConstant MYSQLV8
public static final ConnectConstant ORACLE
public static final ConnectConstant DB2
public static final ConnectConstant PostgreSQL
public static final ConnectConstant SQLServer
public static final ConnectConstant AzureSQL
public static final ConnectConstant Snowflake
public static final ConnectConstant Sybase
public static final ConnectConstant informix
public static final ConnectConstant Netezza
public static final ConnectConstant Hive
public static final ConnectConstant Impala
public static final ConnectConstant Teradata
public static final ConnectConstant Greenplum
public static final ConnectConstant Redshift
public static ConnectConstant[] values()
for (ConnectConstant c : ConnectConstant.values()) System.out.println(c);
public static ConnectConstant 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 getUrl()
public String getDriver()
Copyright © 2023. All rights reserved.