@Generated public enum ConnectionInfoSecurableKind extends Enum<ConnectionInfoSecurableKind>
| Enum Constant and Description |
|---|
CONNECTION_BIGQUERY |
CONNECTION_DATABRICKS |
CONNECTION_MYSQL |
CONNECTION_ONLINE_CATALOG |
CONNECTION_POSTGRESQL |
CONNECTION_REDSHIFT |
CONNECTION_SNOWFLAKE |
CONNECTION_SQLDW |
CONNECTION_SQLSERVER |
| Modifier and Type | Method and Description |
|---|---|
static ConnectionInfoSecurableKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionInfoSecurableKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConnectionInfoSecurableKind CONNECTION_BIGQUERY
public static final ConnectionInfoSecurableKind CONNECTION_DATABRICKS
public static final ConnectionInfoSecurableKind CONNECTION_MYSQL
public static final ConnectionInfoSecurableKind CONNECTION_ONLINE_CATALOG
public static final ConnectionInfoSecurableKind CONNECTION_POSTGRESQL
public static final ConnectionInfoSecurableKind CONNECTION_REDSHIFT
public static final ConnectionInfoSecurableKind CONNECTION_SNOWFLAKE
public static final ConnectionInfoSecurableKind CONNECTION_SQLDW
public static final ConnectionInfoSecurableKind CONNECTION_SQLSERVER
public static ConnectionInfoSecurableKind[] values()
for (ConnectionInfoSecurableKind c : ConnectionInfoSecurableKind.values()) System.out.println(c);
public static ConnectionInfoSecurableKind 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 © 2024. All rights reserved.