Documentation of 'org.apache.derby.iapi.sql.dictionary.TupleDescriptor' Java class
TupleDescriptor
org.apache.derby.iapi.sql.dictionary

Class TupleDescriptor

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getDescriptorName() 
      java.lang.String getDescriptorType()
      Each descriptor must identify itself with its type; i.e index, check constraint whatever.
      boolean isPersistent()
      Is this provider persistent? A stored dependency will be required if both the dependent and provider are persistent.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TupleDescriptor

        public TupleDescriptor()
      • TupleDescriptor

        public TupleDescriptor(DataDictionary dataDictionary)
    • Method Detail

      • 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.
      • 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()

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.