Package | Description |
---|---|
org.ballerinalang.siddhi.query.api.execution.query | |
org.ballerinalang.siddhi.query.api.execution.query.output.stream |
Modifier and Type | Method and Description |
---|---|
void |
Query.updateBy(String outputTableId,
OutputStream.OutputEventType outputEventType,
UpdateSet updateSetAttributes,
Expression onUpdateExpression) |
void |
Query.updateBy(String outputTableId,
UpdateSet updateSetAttributes,
Expression onUpdateExpression) |
void |
Query.updateOrInsertBy(String outputTableId,
OutputStream.OutputEventType outputEventType,
UpdateSet updateSetAttributes,
Expression onUpdateExpression) |
void |
Query.updateOrInsertBy(String outputTableId,
UpdateSet updateSetAttributes,
Expression onUpdateExpression) |
Modifier and Type | Method and Description |
---|---|
UpdateSet |
UpdateOrInsertStream.getUpdateSet() |
UpdateSet |
UpdateStream.getUpdateSet() |
UpdateSet |
UpdateSet.set(Variable tableVariable,
Expression assignmentExpression) |
static UpdateSet |
UpdateOrInsertStream.updateSet() |
static UpdateSet |
UpdateStream.updateSet() |
Modifier and Type | Method and Description |
---|---|
void |
UpdateOrInsertStream.setUpdateSet(UpdateSet updateSet) |
void |
UpdateStream.setUpdateSet(UpdateSet updateSet) |
Constructor and Description |
---|
UpdateOrInsertStream(String tableId,
OutputStream.OutputEventType outputEventType,
UpdateSet updateSet,
Expression onUpdateExpression) |
UpdateOrInsertStream(String tableId,
UpdateSet updateSet,
Expression onUpdateExpression) |
UpdateStream(String tableId,
OutputStream.OutputEventType outputEventType,
UpdateSet updateSet,
Expression onUpdateExpression) |
UpdateStream(String tableId,
UpdateSet updateSet,
Expression onUpdateExpression) |
Copyright © 2018 WSO2. All rights reserved.