public static enum RestQueryRequest.QueryType extends Enum<RestQueryRequest.QueryType>
| Enum Constant and Description |
|---|
SCAN
Scan query.
|
SQL
Sql query.
|
SQL_FIELDS
Sql fields query.
|
| Modifier and Type | Method and Description |
|---|---|
static RestQueryRequest.QueryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestQueryRequest.QueryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RestQueryRequest.QueryType SQL
public static final RestQueryRequest.QueryType SQL_FIELDS
public static final RestQueryRequest.QueryType SCAN
public static RestQueryRequest.QueryType[] values()
for (RestQueryRequest.QueryType c : RestQueryRequest.QueryType.values()) System.out.println(c);
public static RestQueryRequest.QueryType 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
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023