Class DDColumnDependableFinder

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

public class DDColumnDependableFinder extends DDdependableFinder
Class for implementation of DependableFinder in the core DataDictionary for referenced columns in a table.
See Also:
  • Field Details

    • columnBitMap

      private byte[] columnBitMap
      /////////////////////////////////////////////////////////////////////
  • Constructor Details

    • DDColumnDependableFinder

      public DDColumnDependableFinder(int formatId)
      Constructor same as in parent.
    • DDColumnDependableFinder

      DDColumnDependableFinder(int formatId, byte[] columnBitMap)
      Constructor given referenced column bit map byte array as in FormatableBitSet
  • Method Details