org.apache.derby.iapi.sql.dictionary
Class UniqueTupleDescriptor
- java.lang.Object
-
- org.apache.derby.iapi.sql.dictionary.TupleDescriptor
-
- org.apache.derby.iapi.sql.dictionary.UniqueTupleDescriptor
-
- Direct Known Subclasses:
- ConglomerateDescriptor, ConstraintDescriptor, DefaultDescriptor, DependencyDescriptor, SchemaDescriptor, SubConstraintDescriptor, UniqueSQLObjectDescriptor, ViewDescriptor
public abstract class UniqueTupleDescriptor extends TupleDescriptor
Extension for Tuple Descriptors that have UUIDS.
-
-
Constructor Summary
Constructors Constructor and Description UniqueTupleDescriptor()Pass-through constructorsUniqueTupleDescriptor(DataDictionary dd)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description abstract UUIDgetUUID()Return the UUID for this Descriptor-
Methods inherited from class org.apache.derby.iapi.sql.dictionary.TupleDescriptor
getDescriptorName, getDescriptorType, isPersistent
-
-
-
-
Constructor Detail
-
UniqueTupleDescriptor
public UniqueTupleDescriptor()
Pass-through constructors
-
UniqueTupleDescriptor
public UniqueTupleDescriptor(DataDictionary dd)
-
-
Method Detail
-
getUUID
public abstract UUID getUUID()
Return the UUID for this Descriptor- Returns:
- the uuid
-
-
DataMelt 3.0 © DataMelt by jWork.ORG