DropDependencyFilter
public interface TupleFilter
Modifier and Type | Method | 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.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.