public interface TupleFilter
Modifier and Type | Method and Description |
---|---|
BooleanDataValue |
execute(ExecRow currentRow)
Pump a row through the Filter.
|
void |
init(ExecRow parameters)
Initialize a Filter with a vector of parameters.
|
void init(ExecRow parameters) throws StandardException
parameters
- An ExecRow of parameter valuesStandardException
- Thrown on errorBooleanDataValue execute(ExecRow currentRow) throws StandardException
currentRow
- Column values to plug into restrictionStandardException
- Thrown on errorApache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.