|
|||||||||
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
public class DependencyDescriptor
DependencyDescriptor represents a persistent dependency between SQL objects, such as a TRIGGER being dependent on a TABLE. A DependencyDescriptor is stored in SYSDEPENDS as four separate columms corresponding to the getters of this class.
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
|
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 final UUID dependentID
private final DependableFinder dependentBloodhound
private final UUID providerID
private final DependableFinder providerBloodhound
Constructor Detail |
---|
public DependencyDescriptor(Dependent dependent, Provider provider)
dependent
- The Dependentprovider
- The Providerpublic 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 ProviderMethod Detail |
---|
public UUID getUUID()
getUUID
in interface UniqueTupleDescriptor
public DependableFinder getDependentFinder()
public UUID getProviderID()
public DependableFinder getProviderFinder()
|
Built on Thu 2011-03-10 11:54:14+0000, from revision ??? | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |