@Generated public enum TableInternalAttributesSharedTableType extends Enum<TableInternalAttributesSharedTableType>
| Enum Constant and Description |
|---|
DIRECTORY_BASED_TABLE |
FILE_BASED_TABLE |
FOREIGN_TABLE |
MATERIALIZED_VIEW |
STREAMING_TABLE |
VIEW |
| Modifier and Type | Method and Description |
|---|---|
static TableInternalAttributesSharedTableType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableInternalAttributesSharedTableType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableInternalAttributesSharedTableType DIRECTORY_BASED_TABLE
public static final TableInternalAttributesSharedTableType FILE_BASED_TABLE
public static final TableInternalAttributesSharedTableType FOREIGN_TABLE
public static final TableInternalAttributesSharedTableType MATERIALIZED_VIEW
public static final TableInternalAttributesSharedTableType STREAMING_TABLE
public static final TableInternalAttributesSharedTableType VIEW
public static TableInternalAttributesSharedTableType[] values()
for (TableInternalAttributesSharedTableType c : TableInternalAttributesSharedTableType.values()) System.out.println(c);
public static TableInternalAttributesSharedTableType 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 © 2025. All rights reserved.