public interface EPFireAndForgetPreparedQuery
Modifier and Type | Method and Description |
---|---|
void |
close()
Releases resources.
|
EPFireAndForgetQueryResult |
execute()
Execute the prepared query returning query results.
|
EPFireAndForgetQueryResult |
execute(ContextPartitionSelector[] contextPartitionSelectors)
For use with named windows that have a context declared and that may therefore have multiple context partitions,
allows to target context partitions for query execution selectively.
|
EventType |
getEventType()
Returns the event type, representing the columns of the select-clause.
|
EPFireAndForgetQueryResult execute()
EPFireAndForgetQueryResult execute(ContextPartitionSelector[] contextPartitionSelectors)
contextPartitionSelectors
- selects context partitions to considerEventType getEventType()
void close()
Required for use with fire-and-forget queries that use SQL queries i.e. "from SQL:db [query]". Optional for all other EPL queries.
Copyright © 2005–2022. All rights reserved.