| Package | Description |
|---|---|
| io.siddhi.query.api.execution.query |
| Modifier and Type | Method and Description |
|---|---|
StoreQuery.StoreQueryType |
StoreQuery.getType()
This method returns the type of given store query.
|
static StoreQuery.StoreQueryType |
StoreQuery.StoreQueryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StoreQuery.StoreQueryType[] |
StoreQuery.StoreQueryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StoreQuery.setType(StoreQuery.StoreQueryType type)
This method sets the type of given store query.
|
Copyright © 2019. All rights reserved.