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 SiddhiElement
public void setQueryContextStartIndex(int[] lineAndColumn)
setQueryContextStartIndex
in interface SiddhiElement
public int[] getQueryContextEndIndex()
getQueryContextEndIndex
in interface SiddhiElement
public void setQueryContextEndIndex(int[] lineAndColumn)
setQueryContextEndIndex
in interface SiddhiElement
Copyright © 2018 WSO2. All rights reserved.