Package | Description |
---|---|
com.streambase.sb.operator |
Provides classes and interfaces to add custom operators to StreamBase applications.
|
Modifier and Type | Method and Description |
---|---|
void |
PreparedQuery.execute(CompiledTuple args,
RowConsumer consumer)
Run the query against a given set of arguments, and pass the results to
consumer |
void |
PreparedQuery.execute(CompiledTuple args,
TableAccessor table,
RowConsumer consumer) |