public static enum PGSelectQueryBlock.IntoOption extends Enum<PGSelectQueryBlock.IntoOption>
Modifier and Type | Method and Description |
---|---|
static PGSelectQueryBlock.IntoOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PGSelectQueryBlock.IntoOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PGSelectQueryBlock.IntoOption TEMPORARY
public static final PGSelectQueryBlock.IntoOption TEMP
public static final PGSelectQueryBlock.IntoOption UNLOGGED
public static PGSelectQueryBlock.IntoOption[] values()
for (PGSelectQueryBlock.IntoOption c : PGSelectQueryBlock.IntoOption.values()) System.out.println(c);
public static PGSelectQueryBlock.IntoOption 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 © 2013–2017 Alibaba Group. All rights reserved.