public enum EInsertSource extends Enum<EInsertSource>
Enum Constant and Description |
---|
default_values |
execute |
hive_query |
set_column_value |
subquery |
values |
values_empty |
values_function |
values_multi_table |
values_oracle_record |
Modifier and Type | Method and Description |
---|---|
static EInsertSource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EInsertSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EInsertSource values
public static final EInsertSource values_empty
public static final EInsertSource subquery
public static final EInsertSource default_values
public static final EInsertSource execute
public static final EInsertSource values_function
public static final EInsertSource values_multi_table
public static final EInsertSource hive_query
public static final EInsertSource values_oracle_record
public static final EInsertSource set_column_value
public static EInsertSource[] values()
for (EInsertSource c : EInsertSource.values()) System.out.println(c);
public static EInsertSource 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 © 2019. All rights reserved.