public class StoreQuery extends Object implements SiddhiElement
| Constructor and Description |
|---|
StoreQuery() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
StoreQuery |
from(InputStore inputStore) |
InputStore |
getInputStore() |
int[] |
getQueryContextEndIndex() |
int[] |
getQueryContextStartIndex() |
Selector |
getSelector() |
int |
hashCode() |
static StoreQuery |
query() |
StoreQuery |
select(Selector selector) |
void |
setQueryContextEndIndex(int[] lineAndColumn) |
void |
setQueryContextStartIndex(int[] lineAndColumn) |
String |
toString() |
public static StoreQuery query()
public StoreQuery from(InputStore inputStore)
public InputStore getInputStore()
public StoreQuery select(Selector selector)
public Selector getSelector()
public int[] getQueryContextStartIndex()
getQueryContextStartIndex in interface SiddhiElementpublic void setQueryContextStartIndex(int[] lineAndColumn)
setQueryContextStartIndex in interface SiddhiElementpublic int[] getQueryContextEndIndex()
getQueryContextEndIndex in interface SiddhiElementpublic void setQueryContextEndIndex(int[] lineAndColumn)
setQueryContextEndIndex in interface SiddhiElementCopyright © 2018 WSO2. All rights reserved.