public static enum TCreateSchemaSqlStatement.EFromSource extends Enum<TCreateSchemaSqlStatement.EFromSource>
Enum Constant and Description |
---|
dataCatalog |
hiveMetestore |
kinesis |
mysql |
NA |
postgres |
redshift |
Modifier and Type | Method and Description |
---|---|
static TCreateSchemaSqlStatement.EFromSource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TCreateSchemaSqlStatement.EFromSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TCreateSchemaSqlStatement.EFromSource dataCatalog
public static final TCreateSchemaSqlStatement.EFromSource hiveMetestore
public static final TCreateSchemaSqlStatement.EFromSource postgres
public static final TCreateSchemaSqlStatement.EFromSource mysql
public static final TCreateSchemaSqlStatement.EFromSource kinesis
public static final TCreateSchemaSqlStatement.EFromSource redshift
public static final TCreateSchemaSqlStatement.EFromSource NA
public static TCreateSchemaSqlStatement.EFromSource[] values()
for (TCreateSchemaSqlStatement.EFromSource c : TCreateSchemaSqlStatement.EFromSource.values()) System.out.println(c);
public static TCreateSchemaSqlStatement.EFromSource 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 null