|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TupleFilter
A TupleFilter is used to qualify rows from a tuple stream.
| Method Summary | |
|---|---|
BooleanDataValue |
execute(ExecRow currentRow)
Pump a row through the Filter. |
void |
init(ExecRow parameters)
Initialize a Filter with a vector of parameters. |
| Method Detail |
|---|
void init(ExecRow parameters)
throws StandardException
parameters - An ExecRow of parameter values
StandardException - Thrown on error
BooleanDataValue execute(ExecRow currentRow)
throws StandardException
currentRow - Column values to plug into restriction
StandardException - Thrown on error
|
Built on Wed 2013-06-12 15:21:56+0000, from revision ??? | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||