Class DropDependencyFilter

java.lang.Object
org.apache.derby.impl.sql.catalog.DropDependencyFilter
All Implemented Interfaces:
TupleFilter

public class DropDependencyFilter extends Object implements TupleFilter
A Filter to qualify tuples coming from a scan of SYSDEPENDS. Tuples qualify if they have the right providerID.
  • Field Details

  • Constructor Details

    • DropDependencyFilter

      public DropDependencyFilter(UUID providerID)
      Construct a TupleFilter to qualify SYSDEPENDS rows with the designated providerID.
      Parameters:
      providerID - UUID of provider. Tuples with this ID qualify.
  • Method Details