public enum ECreateTableOption extends Enum<ECreateTableOption>
Modifier and Type | Method and Description |
---|---|
static ECreateTableOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ECreateTableOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ECreateTableOption etoClusterBy
public static final ECreateTableOption etoStageFileFormat
public static final ECreateTableOption etoStageCopyOptions
public static final ECreateTableOption etoDateRetentionTimeInDays
public static final ECreateTableOption etoChangeTracking
public static final ECreateTableOption etoDefaultDDLCollation
public static final ECreateTableOption etoCopyGrants
public static final ECreateTableOption etoComment
public static final ECreateTableOption etoWithLocation
public static final ECreateTableOption etoFileFormat
public static final ECreateTableOption etoRefreshOnCreate
public static final ECreateTableOption etoAutoRefresh
public static final ECreateTableOption etoAWSSnsTopic
public static final ECreateTableOption etoPattern
public static final ECreateTableOption etoIntegration
public static final ECreateTableOption etoPartitionBy
public static final ECreateTableOption etoCopyOptions
public static final ECreateTableOption etoStorageIntegration
public static final ECreateTableOption etoCredentials
public static final ECreateTableOption etoEncryption
public static final ECreateTableOption etoStageURL
public static final ECreateTableOption etoHeader
public static final ECreateTableOption etoFiles
public static final ECreateTableOption etoValidation
public static final ECreateTableOption etoWithPartitionColumns
public static final ECreateTableOption etoBigQueryExternal
public static final ECreateTableOption etoDistributeOn
public static final ECreateTableOption etoOrganizeOn
public static final ECreateTableOption etoWithTag
public static final ECreateTableOption etoWithRowAccess
public static ECreateTableOption[] values()
for (ECreateTableOption c : ECreateTableOption.values()) System.out.println(c);
public static ECreateTableOption 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.