| Package | Description |
|---|---|
| org.wso2.siddhi.extension.eventtable.rdbms |
| Modifier and Type | Method and Description |
|---|---|
ExecutionInfo |
DBHandler.getExecutionInfoInstance() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DBHandler.checkExistence(Object[] obj,
ExecutionInfo executionInfo) |
void |
DBHandler.deleteEvent(List<Object[]> eventList,
ExecutionInfo executionInfo) |
void |
DBHandler.overwriteOrAddEvent(List<Object[]> updateEventList,
ExecutionInfo executionInfo) |
org.wso2.siddhi.core.event.stream.StreamEvent |
DBHandler.selectEvent(Object[] obj,
ExecutionInfo executionInfo) |
void |
DBHandler.updateEvent(List<Object[]> updateEventList,
ExecutionInfo executionInfo) |
| Constructor and Description |
|---|
RDBMSOperator(ExecutionInfo executionInfo,
List<org.wso2.siddhi.core.executor.ExpressionExecutor> expressionExecutorList,
DBHandler dbHandler,
org.wso2.siddhi.core.util.collection.operator.Operator inMemoryEventTableOperator,
int matchingEventOutputSize) |
Copyright © 2019 WSO2. All Rights Reserved.