public enum ETableSource extends Enum<ETableSource>
Enum Constant and Description |
---|
containsTable |
datachangeTable |
freetextTable |
function |
hiveFromQuery |
informixOuter |
join |
objectname |
opendatasource |
openquery |
openrowset |
openxml |
output_merge |
pivoted_table |
rowList |
subquery |
table_ref_list |
tableExpr |
td_unpivot |
unknown |
unnest |
xmltable |
Modifier and Type | Method and Description |
---|---|
static ETableSource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ETableSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ETableSource unknown
public static final ETableSource objectname
public static final ETableSource subquery
public static final ETableSource tableExpr
public static final ETableSource join
public static final ETableSource function
public static final ETableSource rowList
public static final ETableSource containsTable
public static final ETableSource freetextTable
public static final ETableSource openrowset
public static final ETableSource openxml
public static final ETableSource opendatasource
public static final ETableSource openquery
public static final ETableSource datachangeTable
public static final ETableSource xmltable
public static final ETableSource informixOuter
public static final ETableSource table_ref_list
public static final ETableSource hiveFromQuery
public static final ETableSource pivoted_table
public static final ETableSource output_merge
public static final ETableSource td_unpivot
public static final ETableSource unnest
public static ETableSource[] values()
for (ETableSource c : ETableSource.values()) System.out.println(c);
public static ETableSource 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.