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 Description UniqueTupleDescriptor()
Pass-through constructorsUniqueTupleDescriptor(DataDictionary dd)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract UUID
getUUID()
Return the UUID for this Descriptor-
Methods inherited from class org.apache.derby.iapi.sql.dictionary.TupleDescriptor
getColumnDependableFinder, getDataDictionary, getDependableFinder, getDescriptorName, getDescriptorType, isPersistent, setDataDictionary
-
-
-
-
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
-
-