| Package | Description | 
|---|---|
| com.streambase.sb.operator | 
 Provides classes and interfaces to add custom operators to StreamBase applications. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CompiledTuple | 
PreparedQuery.createArgumentTuple()
Factory for argument tuples for this prepared query. 
 | 
| 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)  |