Class IgnoreFilter
java.lang.Object
org.apache.derby.iapi.sql.compile.IgnoreFilter
- All Implemented Interfaces:
VisitableFilter
Filter which fails all Visitables.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IgnoreFilter
public IgnoreFilter()Trivial constructor
-
-
Method Details
-
accept
Description copied from interface:VisitableFilter
Return true if the Visitable passes the filter.- Specified by:
accept
in interfaceVisitableFilter
-