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

Quick Search    Search Deep

Uses of Class
org.apache.derby.iapi.sql.dictionary.TupleDescriptor

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

Subclasses of TupleDescriptor in org.apache.derby.iapi.sql.dictionary
 class AliasDescriptor
          This class represents an Alias Descriptor.
 class CheckConstraintDescriptor
          This class represents a check constraint descriptor.
 class ColumnDescriptor
          This class represents a column 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 StatisticsDescriptor
          Implementation of StatisticsDescriptor.
 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 TupleDescriptor
abstract  TupleDescriptor CatalogRowFactory.buildDescriptor(org.apache.derby.iapi.sql.execute.ExecRow row, TupleDescriptor parentTuple, DataDictionary dataDictionary)
          builds a tuple descriptor from a row
 

Methods in org.apache.derby.iapi.sql.dictionary with parameters of type TupleDescriptor
 void DataDictionary.addDescriptor(TupleDescriptor tuple, TupleDescriptor parent, int catalogNumber, boolean allowsDuplicates, org.apache.derby.iapi.store.access.TransactionController tc)
          Adds a descriptor to a system catalog identified by the catalogNumber.
 void DataDictionary.addDescriptorArray(TupleDescriptor[] tuple, TupleDescriptor parent, int catalogNumber, boolean allowsDuplicates, org.apache.derby.iapi.store.access.TransactionController tc)
          array version of addDescriptor.
 org.apache.derby.iapi.sql.execute.ExecRow CatalogRowFactory.makeRow(TupleDescriptor td, TupleDescriptor parent)
          most subclasses should provide this method.
abstract  TupleDescriptor CatalogRowFactory.buildDescriptor(org.apache.derby.iapi.sql.execute.ExecRow row, TupleDescriptor parentTuple, DataDictionary dataDictionary)
          builds a tuple descriptor from a row