Interface PredicateContainer
-
- All Known Implementing Classes:
QuerySpec
,TableReferenceJoin
public interface PredicateContainer
Something that can contain predicates
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
applyPredicate(Predicate predicate)
Apply a predicate to this container
-
-
-
Method Detail
-
applyPredicate
void applyPredicate(Predicate predicate)
Apply a predicate to this container
-
-