@Generated public enum CatalogInfoSecurableKind extends Enum<CatalogInfoSecurableKind>
Modifier and Type | Method and Description |
---|---|
static CatalogInfoSecurableKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CatalogInfoSecurableKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CatalogInfoSecurableKind CATALOG_DELTASHARING
public static final CatalogInfoSecurableKind CATALOG_FOREIGN_BIGQUERY
public static final CatalogInfoSecurableKind CATALOG_FOREIGN_DATABRICKS
public static final CatalogInfoSecurableKind CATALOG_FOREIGN_MYSQL
public static final CatalogInfoSecurableKind CATALOG_FOREIGN_POSTGRESQL
public static final CatalogInfoSecurableKind CATALOG_FOREIGN_REDSHIFT
public static final CatalogInfoSecurableKind CATALOG_FOREIGN_SNOWFLAKE
public static final CatalogInfoSecurableKind CATALOG_FOREIGN_SQLDW
public static final CatalogInfoSecurableKind CATALOG_FOREIGN_SQLSERVER
public static final CatalogInfoSecurableKind CATALOG_INTERNAL
public static final CatalogInfoSecurableKind CATALOG_ONLINE
public static final CatalogInfoSecurableKind CATALOG_ONLINE_INDEX
public static final CatalogInfoSecurableKind CATALOG_STANDARD
public static final CatalogInfoSecurableKind CATALOG_SYSTEM
public static final CatalogInfoSecurableKind CATALOG_SYSTEM_DELTASHARING
public static CatalogInfoSecurableKind[] values()
for (CatalogInfoSecurableKind c : CatalogInfoSecurableKind.values()) System.out.println(c);
public static CatalogInfoSecurableKind 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 © 2023. All rights reserved.