Package | Description |
---|---|
org.ballerinalang.siddhi.query.api.execution.query | |
org.ballerinalang.siddhi.query.api.execution.query.output.stream |
Modifier and Type | Method and Description |
---|---|
OutputStream |
Query.getOutputStream() |
Modifier and Type | Method and Description |
---|---|
Query |
Query.outStream(OutputStream outputStream) |
Modifier and Type | Class and Description |
---|---|
class |
DeleteStream
Query output stream deleting entry from table.
|
class |
InsertIntoStream
Query output stream inserting events in to another stream, table, or window.
|
class |
ReturnStream
Query output anonymous stream deleting entry from table.
|
class |
UpdateOrInsertStream
Query output stream try to update table else insert into it.
|
class |
UpdateStream
Query output stream update events on table.
|
Copyright © 2018 WSO2. All rights reserved.