Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.apache.derby.iapi.sql.dictionary.UniqueTupleDescriptor

Uses of UniqueTupleDescriptor in org.apache.derby.iapi.sql.dictionary
 

Subinterfaces of UniqueTupleDescriptor in org.apache.derby.iapi.sql.dictionary
 interface UniqueSQLObjectDescriptor
          This is a descriptor for something that is a SQL object that has the following properties: resides in a schema has a name (that is unique when combined with schema) has a unique identifier (UUID) UUIDS.
 

Classes in org.apache.derby.iapi.sql.dictionary that implement UniqueTupleDescriptor
 class AliasDescriptor
          This class represents an Alias Descriptor.
 class CheckConstraintDescriptor
          This class represents a check constraint descriptor.
 class ConglomerateDescriptor
          The ConglomerateDescriptor class is used to get information about conglomerates for the purpose of optimization.
 class ConstraintDescriptor
          This class is used to get information from a ConstraintDescriptor.
 class DefaultDescriptor
          This interface is used to get information from a DefaultDescriptor.
 class DependencyDescriptor
          This interface is used to get information from a DependencyDescriptor.
 class FileInfoDescriptor
          A Descriptor for a file that has been stored in the database.
 class ForeignKeyConstraintDescriptor
          A foreign key.
 class KeyConstraintDescriptor
          This interface is used to get information from a KeyConstraintDescriptor.
 class ReferencedKeyConstraintDescriptor
          A ReferencedConstraintDeescriptor is a primary key or a unique key that is referenced by a foreign key.
 class SchemaDescriptor
          This class represents a schema descriptor
 class SPSDescriptor
          A SPSDescriptor describes a Stored Prepared Statement.
 class SubCheckConstraintDescriptor
          This interface is used to get information from a SubCheckConstraintDescriptor.
 class SubConstraintDescriptor
          This interface is used to get information from a SubConstraintDescriptor.
 class SubKeyConstraintDescriptor
          This interface is used to get information from a SubKeyConstraintDescriptor.
 class TableDescriptor
          This class represents a table descriptor.
 class TriggerDescriptor
          A trigger.
 class ViewDescriptor
          This is the implementation of ViewDescriptor.
 

Methods in org.apache.derby.iapi.sql.dictionary that return UniqueTupleDescriptor
 UniqueTupleDescriptor GenericDescriptorList.getUniqueTupleDescriptor(org.apache.derby.catalog.UUID uuid)
          Get the UniqueTupleDescriptor that matches the input uuid.