| java.lang.Object org.apache.derby.iapi.sql.dictionary.TupleDescriptor
All known Subclasses: org.apache.derby.iapi.sql.dictionary.PermissionsDescriptor, org.apache.derby.iapi.sql.dictionary.FileInfoDescriptor, org.apache.derby.iapi.sql.dictionary.SubConstraintDescriptor, org.apache.derby.iapi.sql.dictionary.TableDescriptor, org.apache.derby.iapi.sql.dictionary.ViewDescriptor, org.apache.derby.iapi.sql.dictionary.SchemaDescriptor, org.apache.derby.iapi.sql.dictionary.DependencyDescriptor, org.apache.derby.iapi.sql.dictionary.TriggerDescriptor, org.apache.derby.iapi.sql.dictionary.ConglomerateDescriptor, org.apache.derby.iapi.sql.dictionary.AliasDescriptor, org.apache.derby.iapi.sql.dictionary.DefaultDescriptor, org.apache.derby.iapi.sql.dictionary.SPSDescriptor, org.apache.derby.iapi.sql.dictionary.ColumnDescriptor, org.apache.derby.iapi.sql.dictionary.ConstraintDescriptor, org.apache.derby.iapi.sql.dictionary.StatisticsDescriptor,
TupleDescriptor | public class TupleDescriptor (Code) | | This is the superclass of all Descriptors. Users of DataDictionary should use
the specific descriptor.
author: Rick author: Manish |
COLUMN_LIST | final public static int COLUMN_LIST(Code) | | |
CONGLOMERATE_LIST | final public static int CONGLOMERATE_LIST(Code) | | |
CONSTRAINT_LIST | final public static int CONSTRAINT_LIST(Code) | | |
TRIGGER_LIST | final public static int TRIGGER_LIST(Code) | | |
TupleDescriptor | public TupleDescriptor()(Code) | | |
getDescriptorType | public String getDescriptorType()(Code) | | Each descriptor must identify itself with its type; i.e index, check
constraint whatever.
|
isPersistent | public boolean isPersistent()(Code) | | Is this provider persistent? A stored dependency will be required
if both the dependent and provider are persistent.
boolean Whether or not this provider is persistent. |
|
|