Class TupleDescriptor

    • Constructor Detail

      • TupleDescriptor

        public TupleDescriptor()
      • TupleDescriptor

        public TupleDescriptor​(DataDictionary dataDictionary)
    • Method Detail

      • setDataDictionary

        protected void setDataDictionary​(DataDictionary dd)
      • isPersistent

        public boolean isPersistent()
        Is this provider persistent? A stored dependency will be required if both the dependent and provider are persistent.
        Returns:
        boolean Whether or not this provider is persistent.
      • getColumnDependableFinder

        DependableFinder getColumnDependableFinder​(int formatId,
                                                   byte[] columnBitMap)
      • getDescriptorType

        public java.lang.String getDescriptorType()
        Each descriptor must identify itself with its type; i.e index, check constraint whatever.
      • getDescriptorName

        public java.lang.String getDescriptorName()