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
Extension for Tuple Descriptors that have
UUIDS.
-
Constructor Summary
ConstructorsConstructorDescriptionPass-through constructors -
Method Summary
Methods inherited from class org.apache.derby.iapi.sql.dictionary.TupleDescriptor
getColumnDependableFinder, getDataDictionary, getDependableFinder, getDescriptorName, getDescriptorType, isPersistent, setDataDictionary
-
Constructor Details
-
UniqueTupleDescriptor
public UniqueTupleDescriptor()Pass-through constructors -
UniqueTupleDescriptor
-
-
Method Details
-
getUUID
Return the UUID for this Descriptor- Returns:
- the uuid
-