Class ScopeFilter

java.lang.Object
org.apache.derby.iapi.sql.compile.ScopeFilter
All Implemented Interfaces:
VisitableFilter

public class ScopeFilter extends Object implements VisitableFilter
Filter which passes Visitables only if the compiler is inside a named scope.
  • Field Details

    • _compilerContext

      private CompilerContext _compilerContext
    • _scopeName

      private String _scopeName
    • _minDepth

      private int _minDepth
  • Constructor Details

    • ScopeFilter

      public ScopeFilter(CompilerContext compilerContext, String scopeName, int minDepth)
      Construct a filter for the given scope and minimal expected depth.
  • Method Details