public static enum ExecuteJdbcQuery.ResultType extends Enum<ExecuteJdbcQuery.ResultType>
Modifier and Type | Method and Description |
---|---|
static ExecuteJdbcQuery.ResultType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecuteJdbcQuery.ResultType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExecuteJdbcQuery.ResultType CSV
public static final ExecuteJdbcQuery.ResultType XML
public static final ExecuteJdbcQuery.ResultType JSON
public static ExecuteJdbcQuery.ResultType[] values()
for (ExecuteJdbcQuery.ResultType c : ExecuteJdbcQuery.ResultType.values()) System.out.println(c);
public static ExecuteJdbcQuery.ResultType 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 © 2023 Frank!Framework. All rights reserved.