public enum ResultSetProcessorOutputConditionType extends Enum<ResultSetProcessorOutputConditionType>
Enum Constant and Description |
---|
POLICY_FIRST |
POLICY_LASTALL_UNORDERED |
POLICY_NONFIRST |
SNAPSHOT |
Modifier and Type | Method and Description |
---|---|
static ResultSetProcessorOutputConditionType |
getConditionType(OutputLimitLimitType displayLimit,
boolean isAggregated,
boolean hasOrderBy,
boolean hasOptHint,
boolean isGrouped) |
static ResultSetProcessorOutputConditionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultSetProcessorOutputConditionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResultSetProcessorOutputConditionType SNAPSHOT
public static final ResultSetProcessorOutputConditionType POLICY_FIRST
public static final ResultSetProcessorOutputConditionType POLICY_LASTALL_UNORDERED
public static final ResultSetProcessorOutputConditionType POLICY_NONFIRST
public static ResultSetProcessorOutputConditionType[] values()
for (ResultSetProcessorOutputConditionType c : ResultSetProcessorOutputConditionType.values()) System.out.println(c);
public static ResultSetProcessorOutputConditionType 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 nullpublic static ResultSetProcessorOutputConditionType getConditionType(OutputLimitLimitType displayLimit, boolean isAggregated, boolean hasOrderBy, boolean hasOptHint, boolean isGrouped)