public static enum TCreateTableSqlStatement.TableSourceType extends Enum<TCreateTableSqlStatement.TableSourceType>
Enum Constant and Description |
---|
clone |
copy |
forExchangeWith |
like |
normal |
partitionOf |
subquery |
Modifier and Type | Method and Description |
---|---|
static TCreateTableSqlStatement.TableSourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TCreateTableSqlStatement.TableSourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TCreateTableSqlStatement.TableSourceType normal
public static final TCreateTableSqlStatement.TableSourceType subquery
public static final TCreateTableSqlStatement.TableSourceType like
public static final TCreateTableSqlStatement.TableSourceType clone
public static final TCreateTableSqlStatement.TableSourceType copy
public static final TCreateTableSqlStatement.TableSourceType partitionOf
public static final TCreateTableSqlStatement.TableSourceType forExchangeWith
public static TCreateTableSqlStatement.TableSourceType[] values()
for (TCreateTableSqlStatement.TableSourceType c : TCreateTableSqlStatement.TableSourceType.values()) System.out.println(c);
public static TCreateTableSqlStatement.TableSourceType 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