Class DDdependableFinder

java.lang.Object
org.apache.derby.impl.sql.catalog.DDdependableFinder
All Implemented Interfaces:
Externalizable, Serializable, DependableFinder, Formatable, TypedFormat
Direct Known Subclasses:
DDColumnDependableFinder

public class DDdependableFinder extends Object implements DependableFinder, Formatable
Class for most DependableFinders in the core DataDictionary. This class is stored in SYSDEPENDS for the finders for the provider and dependent. It stores no state, its functionality is driven off its format identifier.
See Also:
  • Field Details

    • formatId

      private final int formatId
  • Constructor Details

    • DDdependableFinder

      public DDdependableFinder(int formatId)
      Public constructor for Formatable hoo-hah.
  • Method Details