|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.derby.iapi.sql.dictionary.TupleDescriptor
org.apache.derby.iapi.sql.dictionary.DependencyDescriptor
This interface is used to get information from a DependencyDescriptor.
| Field Summary | |
private DependableFinder |
dependentBloodhound
|
private UUID |
dependentID
public interface for this class is: public DependableFinder getDependentFinder(); public UUID getProviderID(); public DependableFinder getProviderFinder(); |
private DependableFinder |
providerBloodhound
|
private UUID |
providerID
|
| Fields inherited from class org.apache.derby.iapi.sql.dictionary.TupleDescriptor |
COLUMN_LIST, CONGLOMERATE_LIST, CONSTRAINT_LIST, TRIGGER_LIST |
| Constructor Summary | |
DependencyDescriptor(Dependent dependent,
Provider provider)
Constructor for a DependencyDescriptor |
|
DependencyDescriptor(UUID dependentID,
DependableFinder dependentBloodhound,
UUID providerID,
DependableFinder providerBloodhound)
Constructor for a DependencyDescriptor |
|
| Method Summary | |
DependableFinder |
getDependentFinder()
Get the dependent's type for the dependency. |
DependableFinder |
getProviderFinder()
Get the provider's type for the dependency. |
UUID |
getProviderID()
Get the provider's ID for the dependency. |
UUID |
getUUID()
Get the dependent's ID for the dependency. |
| Methods inherited from class org.apache.derby.iapi.sql.dictionary.TupleDescriptor |
getColumnDependableFinder, getDataDictionary, getDependableFinder, getDescriptorName, getDescriptorType, isPersistent, setDataDictionary |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private UUID dependentID
private DependableFinder dependentBloodhound
private UUID providerID
private DependableFinder providerBloodhound
| Constructor Detail |
public DependencyDescriptor(Dependent dependent,
Provider provider)
dependent - The Dependentprovider - The Provider
public DependencyDescriptor(UUID dependentID,
DependableFinder dependentBloodhound,
UUID providerID,
DependableFinder providerBloodhound)
dependentID - The Dependent IDdependentBloodhound - The bloodhound for finding the DependentproviderID - The Provider IDproviderBloodhound - The bloodhound for finding the Provider| Method Detail |
public UUID getUUID()
getUUID in interface UniqueTupleDescriptorpublic DependableFinder getDependentFinder()
public UUID getProviderID()
public DependableFinder getProviderFinder()
|
Built on Tue 2006-10-10 19:23:47+0200, from revision exported | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||