Uses of Interface
com.streambase.sb.operator.RowConsumer
-
Packages that use RowConsumer Package Description com.streambase.sb.operator Provides classes and interfaces to add custom operators to StreamBase applications. -
-
Uses of RowConsumer in com.streambase.sb.operator
Methods in com.streambase.sb.operator with parameters of type RowConsumer Modifier and Type Method Description void
PreparedQuery. execute(CompiledTuple args, RowConsumer consumer)
Run the query against a given set of arguments, and pass the results toconsumer
void
PreparedQuery. execute(CompiledTuple args, TableAccessor table, RowConsumer consumer)
Execute the query
-