| Package | Description |
|---|---|
| org.wso2.siddhi.core.table.record |
| Modifier and Type | Method and Description |
|---|---|
protected abstract RecordIterator<Object[]> |
AbstractRecordTable.find(Map<String,Object> findConditionParameterMap,
CompiledCondition compiledCondition)
Find records matching the compiled condition
|
RecordIterator<Object[]> |
RecordTableHandlerCallback.find(Map<String,Object> findConditionParameterMap,
CompiledCondition compiledCondition) |
protected abstract RecordIterator<Object[]> |
AbstractQueryableRecordTable.query(Map<String,Object> parameterMap,
CompiledCondition compiledCondition,
CompiledSelection compiledSelection)
Query records matching the compiled condition and selection
|
Copyright © 2018 WSO2. All rights reserved.